Declare new AWS variables in ENV file (#5765) [deploy]

* declare USE_NEW_AWS in ENV file

* declase App config variables in ENV file

* add defaults
This commit is contained in:
Molly Struve 2020-01-27 11:01:53 -05:00 committed by Ben Halpern
parent 5538c7eb8a
commit 85cd80cb0a

View file

@ -30,6 +30,12 @@ variable :SESSION_EXPIRY_SECONDS, :Integer, default: 1209600 # two weeks in seco
# Redis Sidekiq storage
variable :REDIS_SIDEKIQ_URL, :String, default: "redis://localhost:6379"
# Temp
variable :AWS_UPLOAD_ID, :String, default: "Optional"
variable :AWS_UPLOAD_SECRET, :String, default: "Optional"
variable :AWS_UPLOAD_REGION, :String, default: "Optional"
variable :AWS_UPLOAD_BUCKET_NAME, :String, default: "Optional"
################################################
############## 3rd Party Services ##############
################################################