diff --git a/Rocket.toml b/Rocket.toml deleted file mode 100644 index ec34183..0000000 --- a/Rocket.toml +++ /dev/null @@ -1,32 +0,0 @@ -[default] -address = "192.168.0.109" -port = 10713 -workers = 4 -max_blocking = 512 -keep_alive = 5 -ident = "Rocket" -log_level = "normal" -temp_dir = "/tmp" -cli_colors = true -## NOTE: Don't (!) use this key! Generate your own! -secret_key = "n@Rz%H4ORaf2u*H@yWtoSwRC0qf%t&yjRhmb30A7Y4IEWGMl50" - -[global.tls] -certs = "/etc/letsencrypt/live/arlofilley.com/fullchain.pem" -key = "/etc/letsencrypt/live/arlofilley.com/privkey.pem" - -[default.limits] -form = "64 kB" -json = "1 MiB" -msgpack = "2 MiB" -"file/jpg" = "5 MiB" - -# [default.tls] -# certs = "path/to/cert-chain.pem" -# key = "path/to/key.pem" - -[default.shutdown] -ctrlc = true -signals = ["term", "hup"] -grace = 5 -mercy = 5 \ No newline at end of file