added gcs
This commit is contained in:
parent
9bb36cd827
commit
53426b950a
5 changed files with 4318 additions and 6074 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue