auth/config.py

5 lines
121 B
Python
Raw Normal View History

2024-12-20 23:44:31 -05:00
tCOMMON_URL_INTERNAL = "http://localhost:8888"
tCOMMON_TOKEN = "Secret tCommon-specific token"
2024-12-24 13:08:11 -05:00
DB_PATH = "auth.sqlite3"