30 lines
400 B
YAML
30 lines
400 B
YAML
maintainer: '@local'
|
|
|
|
url: 'http://localhost:3000'
|
|
|
|
port: 3000
|
|
|
|
https: null
|
|
|
|
mongodb:
|
|
host: mongodb
|
|
port: 27017
|
|
db: misskey
|
|
user: null
|
|
pass: null
|
|
|
|
redis:
|
|
host: redis
|
|
port: 6379
|
|
pass: null
|
|
|
|
elasticsearch:
|
|
enable: false
|
|
host: localhost
|
|
port: 9200
|
|
pass: null
|
|
|
|
recaptcha:
|
|
site_key: 6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
|
|
secret_key: 6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
|