apps/meet/calcom/calcom-keys: app api v2 url
This commit is contained in:
parent
6770648274
commit
f347e0fadf
|
@ -6,6 +6,7 @@ metadata:
|
||||||
stringData:
|
stringData:
|
||||||
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
|
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
|
||||||
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
|
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
|
||||||
|
NEXT_PUBLIC_API_V2_URL: "https://${calcom_domain}/api/v2"
|
||||||
NEXTAUTH_SECRET: "${nextauth_secret}"
|
NEXTAUTH_SECRET: "${nextauth_secret}"
|
||||||
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
||||||
EMAIL_FROM: "${outgoing_mail_from_address}"
|
EMAIL_FROM: "${outgoing_mail_from_address}"
|
||||||
|
|
Loading…
Reference in New Issue