-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathfly.toml
More file actions
29 lines (24 loc) · 519 Bytes
/
Copy pathfly.toml
File metadata and controls
29 lines (24 loc) · 519 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
app = "game-server-watcher"
[env]
DBG = "0"
DATA_PATH = "/data/"
REFRESH_TIME_MINUTES = "2"
[mounts]
source = "gsw_data"
destination = "/data"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = "off"
auto_start_machines = false
min_machines_running = 0
[http_service.concurrency]
type = "requests"
soft_limit = 25
hard_limit = 50
[[http_service.checks]]
grace_period = "10s"
interval = "30s"
method = "GET"
timeout = "5s"
path = "/"