mirror of
https://github.com/ivabus/aliurl
synced 2024-11-22 14:35:06 +03:00
12 lines
211 B
TOML
12 lines
211 B
TOML
|
[release]
|
||
|
address = "127.0.0.1"
|
||
|
port = 8080
|
||
|
workers = 8
|
||
|
keep_alive = 5
|
||
|
ident = "Rocket"
|
||
|
ip_header = "X-Real-IP" # set to `false` to disable
|
||
|
log_level = "normal"
|
||
|
temp_dir = "/tmp"
|
||
|
cli_colors = true
|
||
|
ctrlc = false
|