forgejo currently doesn't support port redirection, so it's necessary for services to use their normal ports the old file is kept for local usage
16 lines
228 B
YAML
16 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
|