1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-07-11 10:18:47 +00:00
test-tutorial-framework/solvable/supervisor/webservice.conf

6 lines
136 B
Plaintext
Raw Normal View History

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