mirror of
https://github.com/aljazceru/haven.git
synced 2026-01-11 09:34:22 +01:00
add config examples for gcp to tne .env.example file
This commit is contained in:
@@ -79,7 +79,7 @@ IMPORT_QUERY_INTERVAL_SECONDS=600
|
||||
IMPORT_SEED_RELAYS_FILE="relays_import.json"
|
||||
|
||||
## Backup Settings
|
||||
BACKUP_PROVIDER="none" # aws, none (or leave blank to disable)
|
||||
BACKUP_PROVIDER="none" # aws, gcp, none (or leave blank to disable)
|
||||
BACKUP_INTERVAL_HOURS=1
|
||||
|
||||
## AWS Backup Settings - REQUIRED IF BACKUP_PROVIDER="aws"
|
||||
@@ -88,5 +88,8 @@ AWS_SECRET_ACCESS_KEY="secret"
|
||||
AWS_REGION="us-east-1"
|
||||
AWS_BUCKET_NAME="backups"
|
||||
|
||||
## GCP Backup Settings - REQUIRED IF BACKUP_PROVIDER="gcp"
|
||||
GCP_BUCKET_NAME="backups"
|
||||
|
||||
## Blastr Settings
|
||||
BLASTR_RELAYS_FILE="relays_blastr.json"
|
||||
|
||||
Reference in New Issue
Block a user