forked from mirror/misskey
14 lines
188 B
YAML
14 lines
188 B
YAML
url: 'http://misskey.local'
|
|
port: 8080
|
|
db:
|
|
host: localhost
|
|
port: 5432
|
|
db: test-misskey
|
|
user: postgres
|
|
pass: ''
|
|
disableCache: true
|
|
redis:
|
|
host: localhost
|
|
port: 6379
|
|
id: aid
|