Skip to content

Commit a1f4903

Browse files
committed
chore: update MongoDB database name example
- Change the example database name in the .env.example file - Update from 'ht_api_db' to 'flutter_news_app_api_server_full_source_code_db' - Ensure users have a clear example of the expected database name
1 parent bbd9191 commit a1f4903

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
@@ -4,7 +4,7 @@
44

55
# REQUIRED: The full connection string for your MongoDB instance.
66
# The application cannot start without a database connection.
7-
# DATABASE_URL="mongodb://user:password@localhost:27017/ht_api_db"
7+
# DATABASE_URL="mongodb://user:password@localhost:27017/flutter_news_app_api_server_full_source_code_db"
88

99
# REQUIRED: A secure, randomly generated secret for signing JWTs.
1010
# The application cannot start without this.

0 commit comments

Comments
 (0)