# Environment for the NetBird management container (read by systemd, injected into the # container). The PostgreSQL DSN is kept here rather than in management.json so the database # password is not stored in a file that the container user can read. # # The password below MUST match the one created by other/postgresql/netbird.sql. # This example is insecure; the operator overrides it in production. NETBIRD_STORE_ENGINE_POSTGRES_DSN=host=127.0.0.1 user=netbird password=netbird dbname=netbird port=5432 sslmode=disable