-
Notifications
You must be signed in to change notification settings - Fork 172
Expand file tree
/
Copy pathapp-proxy-worker.toml.bak
More file actions
41 lines (34 loc) · 1.03 KB
/
app-proxy-worker.toml.bak
File metadata and controls
41 lines (34 loc) · 1.03 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
[redis]
addr = { host = "127.0.0.1", port = 8111 }
[proxy_worker]
coordinator_endpoint = "http://127.0.0.1:10200"
authority = "worker-1"
tls_listen = false
tls_advertised = false
aiomonitor_termui_port = 48610
aiomonitor_webui_port = 49610
frontend_mode = "port"
protocol = "http"
accepted_traffics = ["inference", "interactive"]
api_bind_addr = { host = "0.0.0.0", port = 10201 }
# Change `host` to the public/external address for user access. Change `port` only if port mapping is in use.
api_advertised_addr = { host = "127.0.0.1", port = 10201 }
[proxy_worker.port_proxy]
bind_host = "0.0.0.0"
# Change to the actual host for user access
advertised_host = "127.0.0.1"
bind_port_range = [10205, 10300]
[secrets]
api_secret = "WPoPk3_Z11yqeQ673w3KuJzXb1fbSNSmAXTaEgJ7_kM"
jwt_secret = "ADadDTqhua1hIzIj7WnFWnSe-3mWclNv9brIrH2M-Ik"
[permit_hash]
secret = "_ys4SubzC_3FungNVEOPieA_LFXRuyOUgzvJ2eiQFSk"
[logging]
level = "DEBUG"
drivers = ["console"]
[logging.console]
colored = true
format = "verbose"
[debug]
enabled = true
log-events = true