fix: use https for env var to make google integration work
This commit is contained in:
parent
2f047a834f
commit
eec48b7976
|
@ -20,7 +20,7 @@ services:
|
|||
- POSTGRES_DB=calcom
|
||||
- LICENSE=agree
|
||||
- NEXT_PUBLIC_LICENSE_CONSENT=agree
|
||||
- NEXT_PUBLIC_WEBAPP_URL=http://${APP_DOMAIN}
|
||||
- NEXT_PUBLIC_WEBAPP_URL=https://${APP_DOMAIN}
|
||||
- NEXTAUTH_SECRET=${CALCOM_NEXTAUTH_SECRET}
|
||||
- CALENDSO_ENCRYPTION_KEY=${CALENDSO_ENCRYPTION_KEY}
|
||||
- MS_GRAPH_CLIENT_ID=${MS_GRAPH_CLIENT_ID}
|
||||
|
|
Loading…
Reference in New Issue
Block a user