15 lines
214 B
TOML
15 lines
214 B
TOML
[default]
|
|
log_level = "debug"
|
|
address = "0.0.0.0"
|
|
port = 8000
|
|
|
|
[default.tls]
|
|
key = "certs/key.pem"
|
|
certs = "certs/cert.pem"
|
|
|
|
[default.databases.podcast_db]
|
|
url = "podcasts.sqlite"
|
|
|
|
[default.limits]
|
|
json = "100MiB"
|