1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-06-28 12:45:13 +00:00

Symlink webservice server.py to webide workdir

This commit is contained in:
Kristóf Tóth
2018-04-26 11:04:00 +02:00
parent b897ec449c
commit 1f1a1149c6
3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
[program:webservice]
directory=%(ENV_TFW_LOGIN_SERVICE_DIR)s
directory=%(ENV_TFW_WEBSERVICE_DIR)s
environment=BASEURL="/webservice"
command=python3 server.py
autostart=true