configの初期値を復元

This commit is contained in:
yuuki 2024-02-13 10:17:28 +09:00
parent 740031cad8
commit 2f238899d9
1 changed files with 2 additions and 2 deletions

View File

@ -36,14 +36,14 @@ PREVIEW_TYPE = 'mp3'
# MongoDB server settings.
MONGO = {
'host': ['mongo:27017'],
'host': ['127.0.0.1:27017'],
'database': 'taiko'
}
# Redis server settings, used for sessions + cache.
REDIS = {
'CACHE_TYPE': 'redis',
'CACHE_REDIS_HOST': 'redis',
'CACHE_REDIS_HOST': '127.0.0.1',
'CACHE_REDIS_PORT': 6379,
'CACHE_REDIS_PASSWORD': None,
'CACHE_REDIS_DB': None