1
0
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:
Kristóf Tóth
2018-03-23 15:27:42 +01:00
commit 6d6262b220
13 changed files with 169 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[program:event_handler_main]
directory=%(ENV_TFW_APP_DIR)s
command=env python event_handler_main.py

View File

@ -0,0 +1,4 @@
[program:login]
directory=%(ENV_TFW_LOGIN_APP_DIR)s
command=env python server.py
autostart=false