We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4150924 commit 90f61dfCopy full SHA for 90f61df
1 file changed
.env.example
@@ -2,13 +2,4 @@ BOT_TOKEN=
2
WELCOME_CHANNEL=
3
ADMIN_CHANNEL=
4
5
-DATABASE_URL="postgres://postgres:postgrespw@localhost:49153"
6
-
7
-PROJECT_NAME=botsofcode
8
-POSTGRES_DATABASE=botsofcode
9
-POSTGRES_HOST=postgres
10
-POSTGRES_USERNAME=postgres
11
-POSTGRES_PASSWORD=postgres
12
-POSTGRES_PORT=5432
13
-PRISMA_STUDIO_PORT=5555
14
-POSTGRES_PATH=/postgres
+DATABASE_URL="postgresql://postgres:postgres@postgres:5432/postgres?schema=public"
0 commit comments