Skip to content

Commit d92d4dd

Browse files
committed
fastapi boilerplate project setup
1 parent 100e140 commit d92d4dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.env.example

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@ DB_TYPE=postgresql
33
DB_NAME=""
44
DB_USER=""
55
DB_PASSWORD=""
6-
DB_HOST=""
6+
DB_HOST=localhost
77
DB_PORT=5432
8-
MYSQL_DRIVER=
9-
DB_URL=postgresql://username:password@host:PORT/dbname
10-
SECRET_KEY=

0 commit comments

Comments
 (0)