summaryrefslogtreecommitdiffstats
path: root/reporting/docker/supervisor.conf
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/docker/supervisor.conf')
-rw-r--r--reporting/docker/supervisor.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/reporting/docker/supervisor.conf b/reporting/docker/supervisor.conf
index 49310d4..830749d 100644
--- a/reporting/docker/supervisor.conf
+++ b/reporting/docker/supervisor.conf
@@ -3,7 +3,7 @@ nodaemon = true
[program:tornado]
user = root
-directory = /home/opnfv/releng/utils/test/reporting/api
+directory = /home/opnfv/releng-testresults/reporting/api
command = python server.py --port=800%(process_num)d
process_name=%(program_name)s%(process_num)d
numprocs=4
@@ -15,5 +15,5 @@ command = service nginx restart
[program:configuration]
user = root
-directory = /home/opnfv/releng/utils/test/reporting/pages
+directory = /home/opnfv/releng-testresults/reporting/pages
command = bash config.sh