Skip to content
Snippets Groups Projects
Commit f347e0fa authored by xeruf's avatar xeruf
Browse files

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

parent 67706482
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment