There was an error while loading. Please reload this page.
2 parents 63ff41d + 1a4aa12 commit e7bfdb1Copy full SHA for e7bfdb1
1 file changed
.env.example
@@ -34,11 +34,11 @@ SITE_ROOT=api
34
35
# github branches to use
36
# Database, you can use develop branch too
37
-DB_TAG=24.10
+DB_TAG=25.04
38
# BE assembly image tag
39
-BE_TAG=24.10
+BE_TAG=25.04
40
#FE assembly, image tag
41
-FE_TAG=24.10
+FE_TAG=25.04
42
43
#one-liner json config for the FE (to override the openimis.json from the FE assembly)
44
#OPENIMIS_FE_CONF_JSON=
@@ -53,3 +53,5 @@ DJANGO_LOG_HANDLER=debug-log
53
DJANGO_MIGRATE=True
54
55
CSRF_TRUSTED_ORIGINS=http://localhost
56
+# should define a strong key for JWT token key
57
+SECRET_KEY=
0 commit comments