Add S3 configuration #14

Merged
nicksellen merged 8 commits from add/s3 into main 2023-07-19 19:15:08 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 2e446c4467 - Show all commits

View File

@ -28,6 +28,8 @@ export DB_PASS=$(cat /run/secrets/db_password)
# for sidekiq service bundle exec env var threading
file_env "OTP_SECRET"
file_env "SECRET_KEY_BASE"
file_env "SMTP_PASSWORD"
file_env "VAPID_PRIVATE_KEY"
Review

I noticed these file_env entries seemed to be missing too, although not specifically what this MR was about.

I noticed these `file_env` entries seemed to be missing too, although not specifically what this MR was about.
file_env "AWS_SECRET_ACCESS_KEY"
{{ if eq (env "OIDC_ENABLED") "true" }}