Rather than using static database credentials, I would like to use dynamic database credentials from Hashicorp Vault. POSTGRESQL_PASSWORD is already being read from an environment variable; this PR reads POSTGRESQL_USERNAME from the environment too. The environment variable is set by reading the secret gitea-db.
Rather than using static database credentials, I would like to use dynamic database credentials from Hashicorp Vault.
POSTGRESQL_PASSWORD
is already being read from an environment variable; this PR readsPOSTGRESQL_USERNAME
from the environment too. The environment variable is set by reading the secretgitea-db
.