Delete Rocket.toml
This commit is contained in:
parent
786eb5bb0f
commit
d348861a34
32
Rocket.toml
32
Rocket.toml
@ -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
|
|
Loading…
Reference in New Issue
Block a user