reminder-bot/Rocket.toml

29 lines
710 B
TOML
Raw Normal View History

2022-02-11 17:44:08 +00:00
[default]
2022-03-27 18:17:30 +00:00
address = "0.0.0.0"
port = 18920
2024-03-24 20:23:16 +00:00
template_dir = "templates"
limits = { json = "10MiB" }
2022-02-11 17:44:08 +00:00
[debug]
secret_key = "tR8krio5FXTnnyIZNiJDXPondz0kI1v6X6BXZcBGIRY="
2022-02-11 20:03:53 +00:00
[debug.tls]
2024-03-24 20:23:16 +00:00
certs = "private/rsa_sha256_cert.pem"
key = "private/rsa_sha256_key.pem"
2022-02-11 17:44:08 +00:00
[debug.rsa_sha256.tls]
2024-03-24 20:23:16 +00:00
certs = "private/rsa_sha256_cert.pem"
key = "private/rsa_sha256_key.pem"
2022-02-11 17:44:08 +00:00
[debug.ecdsa_nistp256_sha256.tls]
2024-03-24 20:23:16 +00:00
certs = "private/ecdsa_nistp256_sha256_cert.pem"
key = "private/ecdsa_nistp256_sha256_key_pkcs8.pem"
2022-02-11 17:44:08 +00:00
[debug.ecdsa_nistp384_sha384.tls]
2024-03-24 20:23:16 +00:00
certs = "private/ecdsa_nistp384_sha384_cert.pem"
key = "private/ecdsa_nistp384_sha384_key_pkcs8.pem"
2022-02-11 17:44:08 +00:00
[debug.ed25519.tls]
2024-03-24 20:23:16 +00:00
certs = "private/ed25519_cert.pem"
key = "private/ed25519_key.pem"