Files
confetti/confetti.toml.example
T
uelen 1bd9555287 Initial commit
Has the super barebones of a server

State API is next I think
2026-05-13 12:28:06 -07:00

11 lines
260 B
TOML

hostname = "confetti.example.com"
port = 53512
listen_address = "0.0.0.0"
certfile = "/etc/letsencrypt/confetti/fullchain.pem"
keyfile = "/etc/letsencrypt/confetti/privkey.pem"
[database]
url = "my.db.server"
user = "confetti"
password = "my_secret_password"