From c0ceb6ef210cd4009f979fa934ffb9f67cb17e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:58:23 +0200 Subject: Update .env --- conf/.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/.env') diff --git a/conf/.env b/conf/.env index 9d237ca..51c07d7 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 # *********************************************************************************************************** @@ -359,3 +359,5 @@ UNKEY_ROOT_KEY= # Used for Cal.ai Enterprise Voice AI Agents # https://retellai.com RETELL_AI_KEY= + +NEXT_PUBLIC_DEBUG=1 -- cgit v1.2.3