chore(monica): add APP_ENV and APP_URL environment variables to Monica's jobspec configuration.

This commit is contained in:
Ben Martin 2025-06-02 18:50:00 +01:00
parent c56421e3de
commit 2c3fd199c1
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -66,6 +66,8 @@ job "monica" {
env = { env = {
DB_HOST = "martinibar.lan" DB_HOST = "martinibar.lan"
DB_USERNAME = "monica" DB_USERNAME = "monica"
APP_ENV = "production"
APP_URL = "https://monica.brmartin.co.uk"
APP_TRUSTED_PROXIES = "*" APP_TRUSTED_PROXIES = "*"
} }