Skip to content

Commit e7bfdb1

Browse files
authored
Merge pull request #74 from openimis/mngoe-patch-1
Update .env.example
2 parents 63ff41d + 1a4aa12 commit e7bfdb1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.env.example

Lines changed: 5 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=24.10
37+
DB_TAG=25.04
3838
# BE assembly image tag
39-
BE_TAG=24.10
39+
BE_TAG=25.04
4040
#FE assembly, image tag
41-
FE_TAG=24.10
41+
FE_TAG=25.04
4242

4343
#one-liner json config for the FE (to override the openimis.json from the FE assembly)
4444
#OPENIMIS_FE_CONF_JSON=
@@ -53,3 +53,5 @@ DJANGO_LOG_HANDLER=debug-log
5353
DJANGO_MIGRATE=True
5454

5555
CSRF_TRUSTED_ORIGINS=http://localhost
56+
# should define a strong key for JWT token key
57+
SECRET_KEY=

0 commit comments

Comments
 (0)