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:
|
||||
- name: HOSTNAME
|
||||
value: legendaryframework.org
|
||||
- name: EMAIL_FROM
|
||||
value: no-reply@legendaryframework.org
|
||||
- name: DATABASE_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
@ -26,6 +26,8 @@ spec:
|
|||
env:
|
||||
- name: HOSTNAME
|
||||
value: legendaryframework.org
|
||||
- name: EMAIL_FROM
|
||||
value: no-reply@legendaryframework.org
|
||||
- name: DATABASE_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
Loading…
Reference in a new issue