summaryrefslogtreecommitdiff
path: root/build/supervisord.conf
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-04-04 15:44:29 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-04-04 15:44:29 +0200
commita3a6f6a04a652bad5375f1ecb726f993fa4cf908 (patch)
treed847bc68813eb82e4d2ca82fab52f4fd5271a7a8 /build/supervisord.conf
parent35a7c871045c2d77ee64358f8058a35d3929a0fa (diff)
Move all configuration to a central keys.json file
Diffstat (limited to 'build/supervisord.conf')
-rw-r--r--build/supervisord.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/supervisord.conf b/build/supervisord.conf
index 534eda29..05ceede2 100644
--- a/build/supervisord.conf
+++ b/build/supervisord.conf
@@ -2,7 +2,7 @@
nodaemon=true
[program:web-server]
-command=/usr/bin/python2.7 /opendc/opendc-web-server/main.py /opendc/build/keys.json
+command=/usr/bin/python2.7 /opendc/opendc-web-server/main.py /opendc/keys.json
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
@@ -13,4 +13,4 @@ command=/bin/sh -c '/opendc/opendc-simulator/Simulator/simulator /data/database/
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
-stderr_logfile_maxbytes=0 \ No newline at end of file
+stderr_logfile_maxbytes=0