aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉric Gaspar <46165813+ericgaspar@users.noreply.github.com>2024-06-08 20:07:59 +0200
committerÉric Gaspar <46165813+ericgaspar@users.noreply.github.com>2024-06-08 20:07:59 +0200
commitf86493b9c7bc79c6c475117d0d9641443942ae3b (patch)
treee98456016d694ada155fc95600884cc63d1b175a
parent81e6b1f715ed4e58f4a8e4386e2055426258d10d (diff)
Update .env
-rw-r--r--conf/.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/.env b/conf/.env
index 8308586..806c78a 100644
--- a/conf/.env
+++ b/conf/.env
@@ -31,7 +31,7 @@ INSIGHTS_DATABASE_URL=
# Uncomment to enable a dedicated connection pool for Prisma using Prisma Data Proxy
# Cold boots will be faster and you'll be able to scale your DB independently of your app.
# @see https://www.prisma.io/docs/data-platform/data-proxy/use-data-proxy
-PRISMA_GENERATE_DATAPROXY=true
+#PRISMA_GENERATE_DATAPROXY=true
# ***********************************************************************************************************