Files
netbird/proxy/config.example.json
2026-01-14 17:16:42 +01:00

9 lines
200 B
JSON

{
"listen_address": ":8080",
"target_url": "http://localhost:3000",
"read_timeout": "30s",
"write_timeout": "30s",
"idle_timeout": "60s",
"shutdown_timeout": "10s",
"log_level": "info"
}