forked from FoundKeyGang/FoundKey
13 lines
154 B
YAML
13 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
|