Enabling cache by default
This commit is contained in:
parent
2ce6ff8c79
commit
7fc90ed4a6
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +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: false
|
||||
CACHE_ASSETS: true
|
||||
#
|
||||
REDIS_STRING: redis-master.db.svc.cluster.local:6379
|
||||
KAFKA_SERVERS: kafka.db.svc.cluster.local:9092
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue