summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorBotond Hende <contact@wazul.moe>2026-04-08 11:03:27 +0200
committerBotond Hende <contact@wazul.moe>2026-04-08 11:03:27 +0200
commit916debdda11c3fb2319c021a7d74afbe21ad7515 (patch)
treec3f82034c23af478fc3f01b3f04e1f2d8688ae84 /config.py
parent431f93d2863babe3362a765507945cbfe987cd05 (diff)
changed email address
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index a86475d..81fd243 100644
--- a/config.py
+++ b/config.py
@@ -5,6 +5,7 @@ import datetime
class Config:
__DIR = os.path.dirname(__file__)
ASSETS_IMPORT_PATH = "/assets"
+ EMAIL = "webmaster@wazul.moe"
ASSETS_IMPORT_PATH_STATIC = "https://static.wazul.moe"
MAIN_ROOT_URL = "https://wazul.moe"
GIT_ROOT_URL = "https://git.wazul.moe"