Adds prisma data proxy (#7706)

* Adds prisma data proxy

* Fix for pipeline

* Update gh.env

* Update env-create-file.yml

* Reverts some changes

* Update turbo.json

* Update .env.example

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Omar López
2023-03-15 20:33:54 +00:00
committed by GitHub
co-authored by Peer Richelsen
parent 089f52b425
commit f20d78bec1
4 changed files with 8 additions and 3 deletions
+4
View File
@@ -22,6 +22,10 @@ CALCOM_LICENSE_KEY=
# - DATABASE ************************************************************************************************
DATABASE_URL="postgresql://postgres:@localhost:5450/calendso"
# Opt-in to a dedicated connection pool for Prisma using Prisma Data Proxy
# Cold boots will be faster and you will be able to scale your DB independently of your application.
# @see https://www.prisma.io/docs/data-platform/data-proxy/use-data-proxy
PRISMA_GENERATE_DATAPROXY=false
# ***********************************************************************************************************
# - SHARED **************************************************************************************************