auth/config.py

5 lines
119 B
Python
Raw Normal View History

2024-12-20 08:59:39 -05:00
ALLOW_NEW_USERS = True
2024-12-20 23:44:31 -05:00
tCOMMON_URL_INTERNAL = "http://localhost:8888"
tCOMMON_TOKEN = "Secret tCommon-specific token"