Skip to content

Commit e9bb332

Browse files
committed
chore: Update .env examples with new release version and cache configs
1 parent ca8c230 commit e9bb332

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.env.cache.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
REDIS_PASSWORD=redisUserPass123
22
CACHE_BACKEND=django.core.cache.backends.redis.RedisCache
33
CACHE_URL=redis://:${REDIS_PASSWORD}@redis:6379
4-
CACHE_OPTIONS={}
4+
CACHE_OPTIONS={}
5+
CACHE_OBJECT_DEFAULT=True
6+
CACHE_OBJECT_TTL=3600

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ SITE_ROOT=api
3434

3535
# github branches to use
3636
# Database, you can use develop branch too
37-
DB_TAG=25.04
37+
DB_TAG=25.10
3838
# BE assembly image tag
39-
BE_TAG=25.04
39+
BE_TAG=25.10
4040
#FE assembly, image tag
41-
FE_TAG=25.04
41+
FE_TAG=25.10
4242

4343
#one-liner json config for the FE (to override the openimis.json from the FE assembly)
4444
#OPENIMIS_FE_CONF_JSON=

0 commit comments

Comments
 (0)