This commit is contained in:
jude
2022-02-11 20:03:53 +00:00
parent 49974b7153
commit 37420b2b1f
5 changed files with 67 additions and 9 deletions

View File

@ -1,12 +1,12 @@
[default]
address = "0.0.0.0"
address = "127.0.0.1"
port = 5000
template_dir = "web/templates"
[debug]
secret_key = "tR8krio5FXTnnyIZNiJDXPondz0kI1v6X6BXZcBGIRY="
[default.tls]
[debug.tls]
certs = "web/private/rsa_sha256_cert.pem"
key = "web/private/rsa_sha256_key.pem"