Skip to content

Commit

Permalink
Merge pull request #59 from weilu/default-to-develop-tag
Browse files Browse the repository at this point in the history
Update .env example to point to develop branch by default
  • Loading branch information
delcroip authored Apr 24, 2024
2 parents 17f44cd + c0ca030 commit 5ba5c70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ SITE_ROOT=api

# github branches to use
# Database, you can use develop branch too
DB_TAG=24.04
DB_TAG=develop
# BE assembly image tag
BE_TAG=24.04
BE_TAG=develop
#FE assembly, image tag
FE_TAG=24.04
FE_TAG=develop

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

0 comments on commit 5ba5c70

Please sign in to comment.