added gcs

This commit is contained in:
Danny Coates
2018-11-02 14:24:10 -07:00
parent 9bb36cd827
commit 53426b950a
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',