fix(http.yaml): default CACHE_ASSETS var

This commit is contained in:
ShiKhu 2021-08-05 17:18:43 +08:00
parent f727072d4c
commit 16d8bf7439

View file

@ -29,6 +29,7 @@ env:
AWS_SECRET_ACCESS_KEY: "m1n10s3CretK3yPassw0rd"
AWS_REGION: us-east-1
POSTGRES_STRING: postgres://postgres:asayerPostgres@postgresql.db.svc.cluster.local:5432
CACHE_ASSETS: true
#
REDIS_STRING: redis-master.db.svc.cluster.local:6379
KAFKA_SERVERS: kafka.db.svc.cluster.local:9092