Skip to content

Commit

Permalink
Fix django conf name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnavarro committed Oct 21, 2022
1 parent 4fcae5e commit a8d9a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sbin/router_cider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export LD_LIBRARY_PATH=${PYTHON_BASE}/lib
source ${APP_HOME}/python/bin/activate

export PYTHONPATH=${APP_SOURCE}/lib:${WAREHOUSE_DJANGO}
export DJANGO_CONF=${APP_HOME}/conf/Operations_Warehouse_Django.conf
export DJANGO_CONF=${APP_HOME}/conf/django_prod_router.conf
export DJANGO_SETTINGS_MODULE=Operations_Warehouse_Django.settings

do_start () {
Expand Down
2 changes: 1 addition & 1 deletion sbin/router_cider.sysconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ PIPENV_BASE=${APP_BASE}/python
PYTHON_BIN=python3
PYTHONPATH=${APP_BASE}/PROD/lib:%WAREHOUSE_DJANGO%

DJANGO_CONF=${APP_BASE}/conf/Operations_Warehouse_Django.conf
DJANGO_CONF=${APP_BASE}/conf/django_prod_router.conf
DJANGO_SETTINGS_MODULE=Operations_Warehouse_Django.settings

0 comments on commit a8d9a03

Please sign in to comment.