blog/config.py

5 lines
121 B
Python
Raw Permalink Normal View History

2024-12-31 19:56:46 -05:00
tCOMMON_URL_INTERNAL = "http://localhost:8888"
tCOMMON_TOKEN = "Secret tCommon-specific token"
DB_PATH = "blog.sqlite3"