23 lines
326 B
YAML
23 lines
326 B
YAML
maintainer: '@local'
|
|
url: 'http://localhost:3000'
|
|
port: 3000
|
|
https: null
|
|
mongodb:
|
|
host: mongodb
|
|
port: 27017
|
|
db: test-misskey
|
|
user: null
|
|
pass: null
|
|
redis:
|
|
host: redis
|
|
port: 6379
|
|
pass: null
|
|
elasticsearch:
|
|
enable: false
|
|
host: localhost
|
|
port: 9200
|
|
pass: null
|
|
recaptcha:
|
|
site_key: test
|
|
secret_key: test
|