Skip to content

Commit b1384ba

Browse files
change .env db config
1 parent 6f96c17 commit b1384ba

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.env

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# APP_CONFIG__DB__URL=postgresql+asyncpg://user:password@localhost:5432/db_name
2-
APP_CONFIG__DB__NAME=db_name
3-
APP_CONFIG__DB__PASSWORD=password
4-
APP_CONFIG__DB__USER=user
1+
APP_CONFIG__DB__NAME=your_db_name
2+
APP_CONFIG__DB__PASSWORD=your_db_password
3+
APP_CONFIG__DB__USER=your_db_user
54
APP_CONFIG__DB__HOST=localhost
6-
APP_CONFIG__DB__PORT=5432
5+
APP_CONFIG__DB__PORT=5432 # Default posgres port
76
APP_CONFIG__DB__DRIVER=postgresql+asyncpg

0 commit comments

Comments
 (0)