mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
27 lines
387 B
YAML
27 lines
387 B
YAML
|
maintainer: '@syuilo'
|
||
|
url: 'https://misskey.xyz'
|
||
|
secondary_url: 'https://himasaku.net'
|
||
|
port: 80
|
||
|
https:
|
||
|
enable: false
|
||
|
key: null
|
||
|
cert: null
|
||
|
ca: null
|
||
|
mongodb:
|
||
|
host: localhost
|
||
|
port: 27017
|
||
|
db: misskey
|
||
|
user: syuilo
|
||
|
pass: ''
|
||
|
redis:
|
||
|
host: localhost
|
||
|
port: 6379
|
||
|
pass: ''
|
||
|
elasticsearch:
|
||
|
host: localhost
|
||
|
port: 9200
|
||
|
pass: ''
|
||
|
recaptcha:
|
||
|
siteKey: hima
|
||
|
secretKey: saku
|