message/config.py

5 lines
124 B
Python
Raw Normal View History

2024-12-22 00:08:08 -05:00
tCOMMON_URL_INTERNAL = "http://localhost:8888"
tCOMMON_TOKEN = "Secret tCommon-specific token"
2024-12-24 13:08:35 -05:00
DB_PATH = "message.sqlite3"