fix: Configure EMAIL_FROM
This commit is contained in:
parent
bad7909f61
commit
b2d5cca6c0
2 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,8 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: HOSTNAME
|
- name: HOSTNAME
|
||||||
value: legendaryframework.org
|
value: legendaryframework.org
|
||||||
|
- name: EMAIL_FROM
|
||||||
|
value: no-reply@legendaryframework.org
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
|
@ -26,6 +26,8 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: HOSTNAME
|
- name: HOSTNAME
|
||||||
value: legendaryframework.org
|
value: legendaryframework.org
|
||||||
|
- name: EMAIL_FROM
|
||||||
|
value: no-reply@legendaryframework.org
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Reference in a new issue