2024-03-01 23:19:12 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Secret
|
2024-02-20 12:27:27 +00:00
|
|
|
metadata:
|
|
|
|
name: stackspin-calcom-keys
|
|
|
|
namespace: stackspout
|
2024-03-01 23:19:12 +00:00
|
|
|
stringData:
|
|
|
|
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
|
2024-09-17 07:26:53 +00:00
|
|
|
#ALLOWED_HOSTNAMES: '"${calcom_domain}"'
|
2024-03-01 23:19:12 +00:00
|
|
|
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
|
2024-09-15 15:35:21 +00:00
|
|
|
#NEXT_PUBLIC_API_V2_URL: "https://${calcom_domain}/api/v2"
|
2024-03-01 23:19:12 +00:00
|
|
|
NEXTAUTH_SECRET: "${nextauth_secret}"
|
|
|
|
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
2024-04-05 12:41:42 +00:00
|
|
|
EMAIL_FROM: "${outgoing_mail_from_address}"
|
2024-09-09 07:07:02 +00:00
|
|
|
#EMAIL_FROM_NAME: "${org_name}"
|
2024-04-05 12:41:42 +00:00
|
|
|
EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}"
|
2024-09-08 13:46:19 +00:00
|
|
|
EMAIL_SERVER_PORT: ${quote}${outgoing_mail_smtp_port}${quote}
|
2024-04-05 12:41:42 +00:00
|
|
|
EMAIL_SERVER_USER: "${outgoing_mail_smtp_user}"
|
|
|
|
EMAIL_SERVER_PASSWORD: "${outgoing_mail_smtp_password}"
|
|
|
|
# email_enabled: "${outgoing_mail_enabled}"
|