From 910a7d6543a27697021fdb04f7cb7ed6e89d92ad Mon Sep 17 00:00:00 2001 From: Yuzu Date: Tue, 5 Mar 2024 05:09:09 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs:=20Update=20example=20datab?= =?UTF-8?q?ase=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 81df28a..18f6f4a 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ NODE_ENV=development #development #production -DATABASE_URL=postgresql://user:password@host:port/dbName?schema=public +DATABASE_URL=postgresql://user:password@host:port/dbName?schema=public?schema=public&sslmode=disable&pgbouncer=true DISCORD_TOKEN=SuperSecretDiscordToken DEVELOPER_IDS=DEV1_ID,DEV2_ID