Skip to content
Snippets Groups Projects
Commit 38e57a60 authored by Michael Boniface's avatar Michael Boniface
Browse files

fixed hardcoded /varant in production.ini

parent c5df5a95
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,8 @@ fi
echo "----> Creating CLMC web service log directory"
mkdir -p /var/log/flame/clmc
sed -i 's/REPO_ROOT/${REPO_ROOT}/g' ${REPO_ROOT}/src/service/production.ini
# initialise the CLMC service database with the model tables
echo "----> Initialising CLMC database"
initialize_clmcservice_db production.ini
......
......@@ -15,7 +15,7 @@ pyramid.includes = pyramid_exclog
exclog.ignore =
network_configuration_path = /vagrant/src/service/resources/GraphAPI/network_config.json
network_configuration_path = REPO_ROOT/src/service/resources/GraphAPI/network_config.json
# PostgreSQL connection url
sqlalchemy.url = postgresql://clmc:clmc_service@localhost:5432/whoamidb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment