sedi-relay/relay.yaml.example

30 lines
661 B
Plaintext
Raw Normal View History

2022-12-13 13:27:09 +00:00
general:
# Address the relay will listen on. Set to "0.0.0.0" for any address
listen: 0.0.0.0
# Port the relay will listen on
port: 3621
# Domain the relay will advertise as
host: relay.example.com
database:
# SQL backend to use. Available options: "sqlite", "postgresql", "mysql".
type: sqlite
# Minimum number of database connections to keep open
min_connections: 0
# Maximum number of database connections to open
max_connections: 10
postgres:
database: activityrelay
hostname: null
port: null
username: null
password: null
mysql:
database: activityrelay
hostname: null
port: null
username: null
password: null