added gcs

This commit is contained in:
Danny Coates 2018-11-02 14:24:10 -07:00
parent 9bb36cd827
commit 53426b950a
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 4318 additions and 6074 deletions

View file

@ -9,6 +9,11 @@ const conf = convict({
default: '',
env: 'S3_BUCKET'
},
gcs_bucket: {
format: String,
default: '',
env: 'GCS_BUCKET'
},
redis_host: {
format: String,
default: 'localhost',