summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
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"