sedi-relay/relay.yaml.example

33 lines
707 B
Plaintext

general:
# Address the relay will listen on. Set to "0.0.0.0" for any address
listen: 0.0.0.0
# TCP port the relay will listen on
port: 3621
# Domain the relay will advertise itself 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
sqlite:
database: relay.sqlite3
postgres:
database: activityrelay
hostname: null
port: null
username: null
password: null
mysql:
database: activityrelay
hostname: null
port: null
username: null
password: null