1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-09-08 20:54:11 +00:00
test-tutorial-framework/solvable/supervisor/webservice.conf

6 lines
133 B
Plaintext
Raw Normal View History

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