Skip to content

Commit 38853ea

Browse files
committed
docs: update .env.example for mongodb connection string
- Changes the example DATABASE_URL to the standard MongoDB format.
1 parent c6877bc commit 38853ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copy this file to .env and fill in your actual configuration values.
33
# The .env file is ignored by Git and should NOT be committed.
44

5-
DATABASE_URL="postgres://user:password@localhost:5432/db_name"
5+
DATABASE_URL="mongodb://user:password@localhost:27017/ht_api_db"

0 commit comments

Comments
 (0)