You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
521 B
7 lines
521 B
# 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
|
|
|