Files
confetti/confetti.toml.example
T
uelen 907c6a8fb0 More plumbing, client partially implemented
Working through client implementation. The broadcast recieve + send is
working now, just have to get through all the incoming message types and
state and db work now
2026-05-17 13:45:02 -07:00

19 lines
470 B
TOML

hostname = "confetti.example.com"
port = 53512
federation_port = 53513
listen_address = "0.0.0.0"
certfile = "/etc/letsencrypt/confetti/fullchain.pem"
keyfile = "/etc/letsencrypt/confetti/privkey.pem"
media_directory = "/srv/confetti/media"
statefile = "./confetti.state"
loglevel = "debug"
max_message_len_kb = 10000
# Optional
# account_creation_code = "password1"
[database]
url = "my.db.server"
user = "confetti"
password = "my_secret_password"
num_connections = 8