fix(http.yaml): default CACHE_ASSETS var
This commit is contained in:
parent
f727072d4c
commit
16d8bf7439
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ env:
|
||||||
AWS_SECRET_ACCESS_KEY: "m1n10s3CretK3yPassw0rd"
|
AWS_SECRET_ACCESS_KEY: "m1n10s3CretK3yPassw0rd"
|
||||||
AWS_REGION: us-east-1
|
AWS_REGION: us-east-1
|
||||||
POSTGRES_STRING: postgres://postgres:asayerPostgres@postgresql.db.svc.cluster.local:5432
|
POSTGRES_STRING: postgres://postgres:asayerPostgres@postgresql.db.svc.cluster.local:5432
|
||||||
|
CACHE_ASSETS: true
|
||||||
#
|
#
|
||||||
REDIS_STRING: redis-master.db.svc.cluster.local:6379
|
REDIS_STRING: redis-master.db.svc.cluster.local:6379
|
||||||
KAFKA_SERVERS: kafka.db.svc.cluster.local:9092
|
KAFKA_SERVERS: kafka.db.svc.cluster.local:9092
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue