Skip to content

Commit 90f61df

Browse files
committed
feat: update env example
1 parent 4150924 commit 90f61df

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.env.example

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,4 @@ BOT_TOKEN=
22
WELCOME_CHANNEL=
33
ADMIN_CHANNEL=
44

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
5+
DATABASE_URL="postgresql://postgres:postgres@postgres:5432/postgres?schema=public"

0 commit comments

Comments
 (0)