feat(api): added storage-env-vars to chalice.yaml
This commit is contained in:
parent
a49d579f08
commit
efb63a3a8b
1 changed files with 5 additions and 0 deletions
|
|
@ -49,6 +49,11 @@ env:
|
|||
S3_HOST: 'http://minio.db.svc.cluster.local:9000'
|
||||
S3_KEY: minios3AccessKeyS3cr3t
|
||||
S3_SECRET: m1n10s3CretK3yPassw0rd
|
||||
AWS_DEFAULT_REGION: us-east-1
|
||||
sessions_region: us-east-1
|
||||
sessions_bucket: mobs
|
||||
sourcemaps_bucket: sourcemaps
|
||||
js_cache_bucket: sessions-assets
|
||||
sourcemaps_reader: 'http://utilities-openreplay.app.svc.cluster.local:9000/assist/sourcemaps'
|
||||
peers: 'http://utilities-openreplay.app.svc.cluster.local:9000/assist/peers'
|
||||
# Enable logging for python app
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue