2025-02-28 19:52:39 +03:00
|
|
|
import functions as func
|
|
|
|
|
|
|
|
|
|
configFile = "config.json"
|
|
|
|
|
|
|
|
|
|
cfg = func.loadJSON(configFile)
|
|
|
|
|
|
|
|
|
|
appName = "CatAsk Theme Store"
|
|
|
|
|
themesFile = "themes.json"
|
|
|
|
|
themesDir = "static/themes"
|
|
|
|
|
baseUrl = cfg['baseUrl']
|
2025-08-19 17:53:15 +03:00
|
|
|
repoUrl = "https://codeberg.org/catask-org/theme-store"
|
|
|
|
|
version = func.readPlainFile("version.txt")
|
|
|
|
|
version_id = "-stable"
|