mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
📚 docs: Update example database url
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ NODE_ENV=development
|
|||||||
#development
|
#development
|
||||||
#production
|
#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
|
DISCORD_TOKEN=SuperSecretDiscordToken
|
||||||
DEVELOPER_IDS=DEV1_ID,DEV2_ID
|
DEVELOPER_IDS=DEV1_ID,DEV2_ID
|
||||||
|
|||||||
Reference in New Issue
Block a user