Files

20 lines
385 B
Python

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'