File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ qul_segments:
6868# Database backups storage (S3-compatible)
6969database_backups :
7070 service : S3
71- access_key_id : <%= ENV.fetch('AWS_ACCESS_KEY '){'missing'} %>
72- secret_access_key : <%= ENV.fetch('AWS_ACCESS_KEY_SECRET '){'missing'} %>
73- region : <%= ENV.fetch('DB_BACKUP_REGION '){'us-east-2 '} %>
74- bucket : <%= ENV.fetch('DB_BACK_BUCKET '){'db-backups '} %>
71+ access_key_id : <%= ENV.fetch('QUL_STORAGE_ACCESS_KEY '){'missing'} %>
72+ secret_access_key : <%= ENV.fetch('QUL_STORAGE_ACCESS_KEY_SECRET '){'missing'} %>
73+ region : <%= ENV.fetch('QUL_STORAGE_REGION '){'us-east-1 '} %>
74+ bucket : <%= ENV.fetch('QUL_BACKUPS_BUCKET '){'missing '} %>
7575 public : false
76- <%= "endpoint : #{ ENV['DB_BACKUP_ENDPOINT']}" if ENV['DB_BACKUP_ENDPOINT'].present? %>
76+ endpoint : <%= ENV.fetch('QUL_STORAGE_ENDPOINT'){'https://fix.me'} %>
You can’t perform that action at this time.
0 commit comments