adds template config variables (like app title)

This commit is contained in:
2025-02-11 02:16:02 +01:00
parent 57e969a647
commit f3da58e202
3 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
; All main config options will be passed to template engine
[MAIN]
APP_TITLE = 'Torn User Activity Grabber'
[DEFAULT]
SECRET_KEY = your_secret_key
API_KEY = your_api_key