mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-06-28 13:25:13 +00:00
Strip old sqli example app and replace it with a simple login service
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
[program:login]
|
||||
directory=%(ENV_TFW_LOGIN_APP_DIR)s
|
||||
command=python3 server.py
|
||||
autostart=false
|
5
solvable/supervisor/webservice.conf
Normal file
5
solvable/supervisor/webservice.conf
Normal file
@ -0,0 +1,5 @@
|
||||
[program:webservice]
|
||||
directory=%(ENV_TFW_LOGIN_SERVICE_DIR)s
|
||||
environment=BASEURL="/webservice"
|
||||
command=python3 server.py
|
||||
autostart=true
|
Reference in New Issue
Block a user