Skip to content

Commit 2493e37

Browse files
committed
docs(env): remove unnecessary comments and update MongoDB connection hint
- Remove redundant comments about required environment variables - Clarify that the application cannot start without a database connection - Remove outdated reference to dcli_scripts create_key
1 parent b1f2b6c commit 2493e37

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.env.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
# The .env file is ignored by Git and should NOT be committed.
44

55
# REQUIRED: The full connection string for your MongoDB instance.
6-
# The application cannot start without a database connection.
76
# DATABASE_URL="mongodb://user:password@localhost:27017/flutter_news_app_api_server_full_source_code_db"
87

98
# REQUIRED: A secure, randomly generated secret for signing JWTs.
10-
# The application cannot start without this.
11-
# Generate a secure key using: dart pub global run dcli_scripts create_key
129
# JWT_SECRET_KEY="your-super-secret-and-long-jwt-key"
1310

1411
# OPTIONAL: The duration for which a JWT is valid, in hours.

0 commit comments

Comments
 (0)