mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2026-05-13 21:34:34 +00:00
Initial commit, first version of test TFW project
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[program:event_handler_main]
|
||||
directory=%(ENV_TFW_APP_DIR)s
|
||||
command=env python event_handler_main.py
|
||||
@@ -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