set APP_URL in monica
This commit is contained in:
parent
54b26381f5
commit
ca1f2105e0
1 changed files with 1 additions and 5 deletions
|
@ -51,11 +51,6 @@ spec:
|
|||
ports:
|
||||
- name: web
|
||||
containerPort: 80
|
||||
# env:
|
||||
# - name: APP_URL
|
||||
# value: https://monica.k8s.home.finn.io
|
||||
# - name: APP_FORCE_URL
|
||||
# value: "true"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: monica
|
||||
|
@ -85,6 +80,7 @@ data:
|
|||
CACHE_DRIVER: database
|
||||
SESSION_DRIVER: database
|
||||
QUEUE_DRIVER: sync
|
||||
APP_URL: https://monica.k8s.home.finn.io
|
||||
APP_ENV: production
|
||||
APP_TRUSTED_PROXIES: "*"
|
||||
|
||||
|
|
Loading…
Reference in a new issue