compose-netbox/templates/env/postgres.env.j2
dark c238a3406e Initial Commit of initial state
At least better then the usual "initial commit!"-Commit!
2021-12-12 13:14:49 +01:00

3 lines
154 B
Django/Jinja

POSTGRES_DB={{ netbox.services.postgres.db }}
POSTGRES_PASSWORD={{ netbox.services.postgres.password }}
POSTGRES_USER={{ netbox.services.postgres.user }}