Skip to content

Commit

Permalink
feat(makefile): fix bad configuration value
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jan 7, 2025
1 parent 5024a2f commit b94f78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ NB_CONCURRENT_WORKER_CELERY?=1
UPGRADE_DB_EXTRA?=false

GEONATURE_DEFAULT_CONFIG_FILE = config/geonature_config.toml.sample
GEONATURE_LOCAL_CONFIG_FILE = config/geonature_config.toml_t
GEONATURE_LOCAL_CONFIG_FILE = config/geonature_config.toml

GEONATURE_DEFAULT_SETTING_FILE = config/settings.ini.sample
GEONATURE_LOCAL_SETTING_FILE = config/settings.ini_t
GEONATURE_LOCAL_SETTING_FILE = config/settings.ini
GEONATURE_APP_SECRET_KEY ?= '8551a7a-64a4-4216-bda4-9a919fcc7a27'

default: help
Expand Down

0 comments on commit b94f78f

Please sign in to comment.