chore(monica): add APP_ENV
and APP_URL
environment variables to Monica's jobspec configuration.
This commit is contained in:
parent
c56421e3de
commit
2c3fd199c1
1 changed files with 2 additions and 0 deletions
|
@ -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 = "*"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue