ansible/roles/forgejo_runners/templates/db.env.j2
Julien Riou 8f1bf16c08
Some checks failed
/ ansible-docsmith (push) Failing after 19s
Initial commit
2026-02-16 14:04:29 +01:00

6 lines
240 B
Django/Jinja

{{ ansible_managed | comment }}
POSTGRES_USER="{{ forgejo_db_username }}"
POSTGRES_PASSWORD="{{ forgejo_db_password }}"
POSTGRES_DB="{{ forgejo_db_database }}"
POSTGRES_INITDB_ARGS="--data-checksums"
POSTGRES_HOST_AUTH_METHOD=scram-sha-256