Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Oct 31, 2024
1 parent ee2bbe0 commit aa4ff54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 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=develop
DB_TAG=24.10
# BE assembly image tag
BE_TAG=develop
BE_TAG=24.10
#FE assembly, image tag
FE_TAG=develop
FE_TAG=24.10

#one-liner json config for the FE (to override the openimis.json from the FE assembly)
#OPENIMIS_FE_CONF_JSON=
Expand All @@ -49,3 +49,8 @@ DJANGO_LOG_LEVEL=WARNING
DJANGO_LOG_HANDLER=debug-log
# should the database be migrated at every container startup. Will be done anyway if $SITE_ROOT=api
DJANGO_MIGRATE=True

OPENSEARCH_ADMIN=admin
OPENSEARCH_PASSWORD=B9wc9VrqX7pY
OPENSEARCH_HOSTS='http://opensearch:9200'
OPENSEARCH_DSL_AUTOSYNC=True
2 changes: 1 addition & 1 deletion docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ x-api: &default-api
- SITE_URL=${DOMAIN}
- CELERY_BROKER_URL=amqp://rabbitmq
- MODE=${MODE:-Prod}
- CSRF_TRUSTED_ORIGINS=http://localhost
- CSRF_TRUSTED_ORIGINS=https://${DOMAIN}
volumes:
- photos:/openimis-be/openIMIS/images/insurees
depends_on:
Expand Down

0 comments on commit aa4ff54

Please sign in to comment.