apps/meet/calcom/calcom-keys: fix smtp port
This commit is contained in:
parent
e18e88cfa9
commit
f260dfe25b
|
@ -9,8 +9,9 @@ stringData:
|
|||
NEXTAUTH_SECRET: "${nextauth_secret}"
|
||||
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
||||
EMAIL_FROM: "${outgoing_mail_from_address}"
|
||||
EMAIL_FROM_NAME: "${org_name}"
|
||||
EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}"
|
||||
EMAIL_SERVER_PORT: "!!str ${outgoing_mail_smtp_port}"
|
||||
EMAIL_SERVER_PORT: "${outgoing_mail_smtp_port}"
|
||||
EMAIL_SERVER_USER: "${outgoing_mail_smtp_user}"
|
||||
EMAIL_SERVER_PASSWORD: "${outgoing_mail_smtp_password}"
|
||||
# email_enabled: "${outgoing_mail_enabled}"
|
||||
|
|
Loading…
Reference in New Issue