Fix missing configurations

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-05-12 23:31:04 +09:00
parent f71382516a
commit 738858f261
No known key found for this signature in database
GPG Key ID: 5388F56C75B677A1
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
url: 'http://misskey.local'
port: 80
db:
host: localhost
port: 5432
db: misskey
user: syuilo
pass: ''
drive:
storage: 'fs'
redis:
host: localhost
port: 6379
pass: ''
id: 'aid'

View File

@ -0,0 +1,15 @@
url: 'http://misskey.local'
port: 80
db:
host: localhost
port: 5432
db: test-misskey
user: admin
pass: ''
drive:
storage: 'fs'
redis:
host: localhost
port: 6379
pass: ''
id: 'aid'