From 2c3fd199c15cbe6746a52078bfe1869c6ff1d5b7 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Mon, 2 Jun 2025 18:50:00 +0100 Subject: [PATCH] chore(monica): add `APP_ENV` and `APP_URL` environment variables to Monica's jobspec configuration. --- modules/monica/jobspec.nomad.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/monica/jobspec.nomad.hcl b/modules/monica/jobspec.nomad.hcl index 9a30210..20a126f 100644 --- a/modules/monica/jobspec.nomad.hcl +++ b/modules/monica/jobspec.nomad.hcl @@ -66,6 +66,8 @@ job "monica" { env = { DB_HOST = "martinibar.lan" DB_USERNAME = "monica" + APP_ENV = "production" + APP_URL = "https://monica.brmartin.co.uk" APP_TRUSTED_PROXIES = "*" }