mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
chore: switching env var for NB_PROXY_DOMAIN
This commit is contained in:
@@ -682,7 +682,7 @@ NB_PROXY_MANAGEMENT_ADDRESS=http://management:80
|
|||||||
# Allow insecure gRPC connection to management (required for internal Docker network)
|
# Allow insecure gRPC connection to management (required for internal Docker network)
|
||||||
NB_PROXY_ALLOW_INSECURE=true
|
NB_PROXY_ALLOW_INSECURE=true
|
||||||
# Public URL where this proxy is reachable (used for cluster registration)
|
# Public URL where this proxy is reachable (used for cluster registration)
|
||||||
NB_PROXY_URL=$NETBIRD_HTTP_PROTOCOL://$NETBIRD_DOMAIN
|
NB_PROXY_DOMAIN=$NETBIRD_DOMAIN
|
||||||
NB_PROXY_ADDRESS=:8443
|
NB_PROXY_ADDRESS=:8443
|
||||||
NB_PROXY_TOKEN=$PROXY_TOKEN
|
NB_PROXY_TOKEN=$PROXY_TOKEN
|
||||||
NB_PROXY_CERTIFICATE_DIRECTORY=/certs
|
NB_PROXY_CERTIFICATE_DIRECTORY=/certs
|
||||||
|
|||||||
Reference in New Issue
Block a user