initial working commit

This commit is contained in:
2023-01-14 13:33:37 -05:00
parent 7be7b1debb
commit 7802dc20c2
6 changed files with 7015 additions and 0 deletions

8
settings.cfg Normal file
View File

@@ -0,0 +1,8 @@
MTA_KEY = ''
STATIONS_FILE = './data/stations.json'
CROSS_ORIGIN = '*'
MAX_TRAINS=10
MAX_MINUTES=30
CACHE_SECONDS=60
THREADED=True
DEBUG = True