17 lines
228 B
YAML
17 lines
228 B
YAML
|
# Workaround for Forgejo not supporting port redirection
|
||
|
|
||
|
url: 'http://misskey.local'
|
||
|
|
||
|
port: 61812
|
||
|
|
||
|
db:
|
||
|
host: postgres
|
||
|
port: 5432
|
||
|
db: test-misskey
|
||
|
user: postgres
|
||
|
pass: ''
|
||
|
redis:
|
||
|
host: dragonfly
|
||
|
port: 6379
|
||
|
id: aidx
|