forked from FoundKeyGang/FoundKey
14 lines
154 B
YAML
14 lines
154 B
YAML
|
url: 'http://misskey.local'
|
||
|
|
||
|
port: 80
|
||
|
|
||
|
db:
|
||
|
host: postgres
|
||
|
port: 5432
|
||
|
db: test-misskey
|
||
|
user: postgres
|
||
|
pass: ''
|
||
|
redis:
|
||
|
host: redis
|
||
|
port: 6379
|