This commit is contained in:
syuilo 2019-02-07 02:50:03 +09:00
parent 3ea1163181
commit 7123ee6744
2 changed files with 4 additions and 4 deletions

View File

@ -6,9 +6,9 @@ mongodb:
db: misskey db: misskey
user: syuilo user: syuilo
pass: '' pass: ''
drive:
storage: 'db'
redis: redis:
host: localhost host: localhost
port: 6379 port: 6379
pass: '' pass: ''
drive:
storage: 'db'

View File

@ -6,10 +6,10 @@ mongodb:
db: test-misskey db: test-misskey
user: admin user: admin
pass: '' pass: ''
drive:
storage: 'db'
# __REDIS__ # __REDIS__
redis: redis:
host: localhost host: localhost
port: 6379 port: 6379
pass: '' pass: ''
drive:
storage: 'db'