Add initial setup and admin page
This commit is contained in:
10
Rocket.toml
10
Rocket.toml
@@ -1,14 +1,14 @@
|
||||
[default]
|
||||
log_level = "debug"
|
||||
log_level = "info"
|
||||
address = "0.0.0.0"
|
||||
port = 8000
|
||||
|
||||
[default.tls]
|
||||
key = "certs/key.pem"
|
||||
certs = "certs/cert.pem"
|
||||
# [default.tls]
|
||||
# key = "certs/key.pem"
|
||||
# certs = "certs/cert.pem"
|
||||
|
||||
[default.databases.podcast_db]
|
||||
url = "podcasts.sqlite"
|
||||
url = "data/podcasts.sqlite"
|
||||
|
||||
[default.limits]
|
||||
json = "100MiB"
|
||||
|
||||
Reference in New Issue
Block a user