apps/meet/calcom/calcom-keys: app api v2 url

This commit is contained in:
xeruf 2024-09-09 09:03:44 +03:00
parent 6770648274
commit f347e0fadf
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ metadata:
stringData:
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
NEXT_PUBLIC_API_V2_URL: "https://${calcom_domain}/api/v2"
NEXTAUTH_SECRET: "${nextauth_secret}"
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
EMAIL_FROM: "${outgoing_mail_from_address}"