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