Initial commit
Has the super barebones of a server State API is next I think
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user