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
|
2022-12-20 11:01:20 +00:00
|
|
|
# TCP port the relay will listen on
|
2022-12-13 13:27:09 +00:00
|
|
|
port: 3621
|
2022-12-20 11:01:20 +00:00
|
|
|
# Domain the relay will advertise itself as
|
2022-12-13 13:27:09 +00:00
|
|
|
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
|
|
|
|
|
2022-12-20 11:01:20 +00:00
|
|
|
sqlite:
|
|
|
|
database: relay.sqlite3
|
|
|
|
|
2022-12-13 13:27:09 +00:00
|
|
|
postgres:
|
|
|
|
database: activityrelay
|
|
|
|
hostname: null
|
|
|
|
port: null
|
|
|
|
username: null
|
|
|
|
password: null
|
|
|
|
|
|
|
|
mysql:
|
|
|
|
database: activityrelay
|
|
|
|
hostname: null
|
|
|
|
port: null
|
|
|
|
username: null
|
|
|
|
password: null
|