mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-06 13:39:41 +01:00
chore: update .env.example
This commit is contained in:
12
.env.example
12
.env.example
@@ -15,6 +15,7 @@ TZ=Europe/Paris
|
|||||||
|
|
||||||
### Backup restoration
|
### Backup restoration
|
||||||
#FILE_NAME=
|
#FILE_NAME=
|
||||||
|
|
||||||
### AWS S3 Storage
|
### AWS S3 Storage
|
||||||
#ACCESS_KEY=
|
#ACCESS_KEY=
|
||||||
#SECRET_KEY=
|
#SECRET_KEY=
|
||||||
@@ -43,19 +44,30 @@ TZ=Europe/Paris
|
|||||||
#FTP_USER=
|
#FTP_USER=
|
||||||
#FTP_PORT=21
|
#FTP_PORT=21
|
||||||
#REMOTE_PATH=
|
#REMOTE_PATH=
|
||||||
|
|
||||||
|
## Azure Blob storage
|
||||||
|
AZURE_STORAGE_CONTAINER_NAME=
|
||||||
|
AZURE_STORAGE_ACCOUNT_NAME=
|
||||||
|
AZURE_STORAGE_ACCOUNT_KEY=
|
||||||
|
|
||||||
#### Backup encryption
|
#### Backup encryption
|
||||||
#GPG_PUBLIC_KEY=/config/public_key.asc
|
#GPG_PUBLIC_KEY=/config/public_key.asc
|
||||||
#GPG_PRIVATE_KEY=/config/private_key.asc
|
#GPG_PRIVATE_KEY=/config/private_key.asc
|
||||||
#GPG_PASSPHRASE=Your strong passphrase
|
#GPG_PASSPHRASE=Your strong passphrase
|
||||||
|
|
||||||
## For multiple database backup on Docker or Docker in Swarm mode
|
## For multiple database backup on Docker or Docker in Swarm mode
|
||||||
#BACKUP_CONFIG_FILE=/config/config.yaml
|
#BACKUP_CONFIG_FILE=/config/config.yaml
|
||||||
|
|
||||||
### Database restoration
|
### Database restoration
|
||||||
#FILE_NAME=
|
#FILE_NAME=
|
||||||
|
|
||||||
### Notification
|
### Notification
|
||||||
#BACKUP_REFERENCE=K8s/Paris cluster
|
#BACKUP_REFERENCE=K8s/Paris cluster
|
||||||
|
|
||||||
## Telegram
|
## Telegram
|
||||||
#TG_TOKEN=
|
#TG_TOKEN=
|
||||||
#TG_CHAT_ID=
|
#TG_CHAT_ID=
|
||||||
|
|
||||||
### Email
|
### Email
|
||||||
#MAIL_HOST=
|
#MAIL_HOST=
|
||||||
#MAIL_PORT=
|
#MAIL_PORT=
|
||||||
|
|||||||
Reference in New Issue
Block a user