1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-07-30 22:27:45 +00:00
test-tutorial-framework/solvable/supervisor/webservice.conf
2018-04-26 11:04:00 +02:00

6 lines
133 B
Plaintext

[program:webservice]
directory=%(ENV_TFW_WEBSERVICE_DIR)s
environment=BASEURL="/webservice"
command=python3 server.py
autostart=true