diff options
author | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-07 15:58:23 +0200 |
---|---|---|
committer | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-07 15:58:23 +0200 |
commit | c0ceb6ef210cd4009f979fa934ffb9f67cb17e46 (patch) | |
tree | b0c00fbe230f16add0238f179aea706feb03130b /conf | |
parent | 1619caf9fcf536ce8b8c6a5fbb57be493188a447 (diff) |
Update .env
Diffstat (limited to 'conf')
-rw-r--r-- | conf/.env | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |