23 lines
349 B
Plaintext
23 lines
349 B
Plaintext
[default]
|
|
address = "::"
|
|
port = 8000
|
|
workers = 4
|
|
max_blocking = 512
|
|
keep_alive = 5
|
|
ident = "Rocket"
|
|
log_level = "normal"
|
|
temp_dir = "/tmp"
|
|
cli_colors = true
|
|
secret_key = "Change This"
|
|
|
|
[default.limits]
|
|
form = "64 kB"
|
|
json = "1 MiB"
|
|
msgpack = "2 MiB"
|
|
"file/jpg" = "5 MiB"
|
|
|
|
[default.shutdown]
|
|
ctrlc = true
|
|
signals = ["term", "hup"]
|
|
grace = 5
|
|
mercy = 5 |