chore(monica): add APP_TRUSTED_PROXIES environment variable
All checks were successful
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 1m25s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Successful in 42s

This commit is contained in:
Ben Martin 2025-06-02 17:50:01 +01:00
parent 8a882c80f7
commit d40e598663
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -66,6 +66,7 @@ job "monica" {
env = {
DB_HOST = "martinibar.lan"
DB_USERNAME = "monica"
APP_TRUSTED_PROXIES = "*"
}
template {