8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
{
|
|
workers = 2 + 2;
|
|
memory_gib = 1.5 * 4;
|
|
port = 9000 + 443;
|
|
timeout_seconds = 30 / 2;
|
|
negative_offset = -3;
|
|
}
|