mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-06 02:13:07 +02:00
16 lines
238 B
YAML
16 lines
238 B
YAML
maintainer:
|
|
name: syuilo
|
|
url: 'https://syuilo.com'
|
|
url: 'http://misskey.local'
|
|
port: 80
|
|
mongodb:
|
|
host: localhost
|
|
port: 27017
|
|
db: test-misskey
|
|
user: admin
|
|
pass: ''
|
|
# __REDIS__
|
|
redis:
|
|
host: localhost
|
|
port: 6379
|
|
pass: ''
|