Initial taiko.su easter-egg site

This commit is contained in:
2026-07-28 13:05:53 +08:00
commit ba68c17898
200 changed files with 16098 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
BASEDIR = '/'
ASSETS_BASEURL = '/assets/'
SONGS_BASEURL = '/songs/'
MONGO = {
'host': ['127.0.0.1:27017'],
'database': 'taiko',
}
REDIS = {
'CACHE_REDIS_HOST': '127.0.0.1',
'CACHE_REDIS_PORT': 6379,
'CACHE_REDIS_PASSWORD': None,
'CACHE_REDIS_DB': 0,
}
SECRET_KEY = 'change-me'
URL = 'https://code.taiko.im/Superories/taiko.su/'
SITE_URL = 'https://taiko.su'