Skip to content

Commit

Permalink
hard coded UH settings
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Oct 12, 2023
1 parent 71162b4 commit b71b56d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ GDS_REPOSITORY="ghcr.io/pnx-si"
USERSHUB_IMAGE=ghcr.io/pnx-si/usershub:2.3.4
TAXHUB_IMAGE=ghcr.io/pnx-si/taxhub:1.12.1
ATLAS_IMAGE=ghcr.io/pnx-si/geonature-atlas:1.60
GEONATURE_FRONTEND_IMAGE=ghcr.io/pnx-si/geonature-frontend-extra:0.1.0
GEONATURE_BACKEND_IMAGE=ghcr.io/pnx-si/geonature-backend-extra:0.1.0
GEONATURE_FRONTEND_IMAGE=ghcr.io/pnx-si/geonature-frontend-extra:2.13.2
GEONATURE_BACKEND_IMAGE=ghcr.io/pnx-si/geonature-backend-extra:2.13.2

# Nom de domaine
DOMAIN="mondomaine.org"
Expand Down Expand Up @@ -152,7 +152,6 @@ USERSHUB_VOLUME_CONFIG_DIRECTORY="${VOLUME_DATA_SERVICES_DIRECTORY}/usershub/con
USERSHUB_PREFIX="${APPLICATIONS_PREFIX}/usershub"
USERSHUB_URL_APPLICATION="${USERSHUB_BASE_URL}${USERSHUB_PREFIX}"
USERSHUB_SQLALCHEMY_DATABASE_URI="${SQLALCHEMY_DATABASE_URI}"
USERSHUB_SETTINGS=config.py
USERSHUB_ACTIVATE_APP=true
USERSHUB_ACTIVATE_API=true
USERSHUB_COOKIE_EXPIRATION=3600
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ services:
- USERSHUB_APPLICATION_ROOT=${USERSHUB_PREFIX}
- USERSHUB_SQLALCHEMY_DATABASE_URI=${USERSHUB_SQLALCHEMY_DATABASE_URI}
- USERSHUB_SECRET_KEY=${USERSHUB_SECRET_KEY}
- USERSHUB_SETTINGS=${USERSHUB_SETTINGS}
- USERSHUB_SETTINGS=/dist/config/config.py
- USERSHUB_ACTIVATE_APP=${USERSHUB_ACTIVATE_APP}
- USERSHUB_ACTIVATE_API=${USERSHUB_ACTIVATE_API}
- USERSHUB_COOKIE_EXPIRATION=${USERSHUB_COOKIE_EXPIRATION}
Expand Down

0 comments on commit b71b56d

Please sign in to comment.