14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
|
|
# Common Server Defaults
|
||
|
|
# Default server configuration applied to all deployment modes
|
||
|
|
|
||
|
|
{
|
||
|
|
host = "0.0.0.0",
|
||
|
|
port = 8080,
|
||
|
|
workers = 4,
|
||
|
|
request_timeout = 30000,
|
||
|
|
keep_alive = 75,
|
||
|
|
max_connections = 1000,
|
||
|
|
graceful_shutdown = true,
|
||
|
|
shutdown_timeout = 30,
|
||
|
|
}
|