From 156f22f1e50b6020328042bea63d55acffd7b5b0 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 7 Dec 2024 03:24:06 +0100 Subject: [PATCH] chore: update .env.example --- .env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.env.example b/.env.example index b0e256c..da4dece 100644 --- a/.env.example +++ b/.env.example @@ -15,6 +15,7 @@ TZ=Europe/Paris ### Backup restoration #FILE_NAME= + ### AWS S3 Storage #ACCESS_KEY= #SECRET_KEY= @@ -43,19 +44,30 @@ TZ=Europe/Paris #FTP_USER= #FTP_PORT=21 #REMOTE_PATH= + +## Azure Blob storage +AZURE_STORAGE_CONTAINER_NAME= +AZURE_STORAGE_ACCOUNT_NAME= +AZURE_STORAGE_ACCOUNT_KEY= + #### Backup encryption #GPG_PUBLIC_KEY=/config/public_key.asc #GPG_PRIVATE_KEY=/config/private_key.asc #GPG_PASSPHRASE=Your strong passphrase + ## For multiple database backup on Docker or Docker in Swarm mode #BACKUP_CONFIG_FILE=/config/config.yaml + ### Database restoration #FILE_NAME= + ### Notification #BACKUP_REFERENCE=K8s/Paris cluster + ## Telegram #TG_TOKEN= #TG_CHAT_ID= + ### Email #MAIL_HOST= #MAIL_PORT=