mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
22 lines
296 B
TOML
22 lines
296 B
TOML
app = "sd-tunnel"
|
|
|
|
[env]
|
|
SD_PORT = 9000
|
|
SD_BIND_ADDR = "fly-global-services"
|
|
|
|
[metrics]
|
|
port = 9000
|
|
path = "/metrics"
|
|
|
|
[experimental]
|
|
allowed_public_ports = []
|
|
auto_rollback = true
|
|
|
|
[[services]]
|
|
protocol = "udp"
|
|
internal_port = 9000
|
|
|
|
[[services.ports]]
|
|
handlers = []
|
|
port = 443
|