15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
NETBIRD_API_URL=https://netbird.example.com/api
|
|
NETBIRD_API_TOKEN=
|
|
|
|
# Set to false to run without Gitea integration (standalone mode).
|
|
# When false, GITEA_URL/TOKEN/REPO are not required.
|
|
GITEA_ENABLED=true
|
|
GITEA_URL=https://gitea.example.com
|
|
GITEA_TOKEN=
|
|
GITEA_REPO=BlastPilot/netbird-gitops
|
|
|
|
RECONCILER_TOKEN=
|
|
POLL_INTERVAL_SECONDS=30
|
|
PORT=8080
|
|
DATA_DIR=/data
|