Skip to content
Snippets Groups Projects
Commit c4429fdc authored by MJB's avatar MJB
Browse files

updates to clmcservice configuration

parent 04f7430a
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ fi
# install the service
echo "----> Installing CLMC web service"
pip3 install -e .
pip3 install .
if [ $? -ne 0 ] ; then
echo "Failed: installing clmc-webservice"
exit 1
......@@ -137,7 +137,7 @@ fi
# start the service
echo "----> Starting CLMC web service"
pserve development.ini --reload
nohup pserve production.ini > /dev/null 2>&1 &
if [ $? -ne 0 ] ; then
echo "Failed: starting clmc-webservice"
exit 1
......
......@@ -11,9 +11,11 @@ pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.default_locale_name = en
## Aggregator configuration
aggregator_running = false
aggregator_report_period = 5
aggregator_database_name = E2EMetrics
aggregator_database_name = CLMCMetrics
aggregator_database_url = http://172.40.231.51:8086
###
......
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