auth/config.py
2024-12-20 23:44:31 -05:00

4 lines
119 B
Python

ALLOW_NEW_USERS = True
tCOMMON_URL_INTERNAL = "http://localhost:8888"
tCOMMON_TOKEN = "Secret tCommon-specific token"