integration: run headscale with delve and debug symbols (#2689)
This commit is contained in:
parent
e7fe645be5
commit
9779adc0b7
3 changed files with 63 additions and 8 deletions
|
|
@ -31,6 +31,7 @@ func DefaultConfigEnv() map[string]string {
|
|||
"HEADSCALE_DERP_URLS": "https://controlplane.tailscale.com/derpmap/default",
|
||||
"HEADSCALE_DERP_AUTO_UPDATE_ENABLED": "false",
|
||||
"HEADSCALE_DERP_UPDATE_FREQUENCY": "1m",
|
||||
"HEADSCALE_DEBUG_PORT": "40000",
|
||||
|
||||
// a bunch of tests (ACL/Policy) rely on predictable IP alloc,
|
||||
// so ensure the sequential alloc is used by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue