Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/app-store/redirect-apps.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const REDIRECT_APPS = [
"retell-ai",
"synthflow",
"telli",
"link-as-an-app",
"vimcal",
"wordpress",
"zapier",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
volumes:
- db_data:/var/lib/postgresql/data
environment:
POSTGRES_DB: "cal-saml"
POSTGRES_DB: "calendso"
POSTGRES_PASSWORD: ""
POSTGRES_HOST_AUTH_METHOD: trust
healthcheck:
Expand Down
Loading