21 lines
558 B
JSON
21 lines
558 B
JSON
|
{
|
||
|
"name": "Cal.com",
|
||
|
"description": "Open Source Scheduling",
|
||
|
"repository": "https://github.com/calcom/cal.com",
|
||
|
"logo": "https://cal.com/android-chrome-512x512.png",
|
||
|
"keywords": ["react", "typescript", "node", "nextjs", "prisma", "postgres", "trpc"],
|
||
|
"addons": [
|
||
|
{
|
||
|
"plan": "heroku-postgresql:hobby-dev"
|
||
|
}
|
||
|
],
|
||
|
"env": {
|
||
|
"BASE_URL": "https://${HEROKU_APP_NAME}.herokuapp.com",
|
||
|
"CALENDSO_ENCRYPTION_KEY": "32-random-string",
|
||
|
"JWT_SECRET": "secret"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"postdeploy": "npx prisma migrate deploy"
|
||
|
}
|
||
|
}
|