mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-06-28 20:45:12 +00:00
Initial commit, first version of test TFW project
This commit is contained in:
3
solvable/supervisor/components/event_handlers.conf
Normal file
3
solvable/supervisor/components/event_handlers.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[program:event_handler_main]
|
||||
directory=%(ENV_TFW_APP_DIR)s
|
||||
command=env python event_handler_main.py
|
4
solvable/supervisor/components/login.conf
Normal file
4
solvable/supervisor/components/login.conf
Normal file
@ -0,0 +1,4 @@
|
||||
[program:login]
|
||||
directory=%(ENV_TFW_LOGIN_APP_DIR)s
|
||||
command=env python server.py
|
||||
autostart=false
|
Reference in New Issue
Block a user