Linting
parent
a8e8acd053
commit
aba7b1ec1c
|
@ -186,6 +186,7 @@ Add a deployment or go to an existing one.
|
|||
Activate API or Admin addon
|
||||
Provide your `DATABASE_URL`
|
||||
Now you can call api.cal.com?key=CALCOM_LICENSE_KEY, which will connect to your own databaseUrl.
|
||||
|
||||
## How to deploy
|
||||
|
||||
We recommend deploying API in vercel.
|
||||
|
@ -199,5 +200,7 @@ BUILD COMMAND: `yarn turbo run build --scope=@calcom/api --include-dependencies
|
|||
OUTPUT DIRECTORY: `apps/api/.next`
|
||||
|
||||
See `scripts/vercel-deploy.sh` for more info on how the deployment is done.
|
||||
|
||||
## Environment variables
|
||||
|
||||
Lastly API requires an env var for `DATABASE_URL`
|
||||
|
|
Loading…
Reference in New Issue