1bd9555287
Has the super barebones of a server State API is next I think
11 lines
260 B
TOML
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"
|