fix(readme): Improve .env configuration code block formatting in documentation
This commit is contained in:
@@ -43,12 +43,12 @@ Before diving into any operations, ensure that your development environment is p
|
||||
|
||||
Below is an example .env file for local development:
|
||||
|
||||
------------------------------------------------------------
|
||||
```
|
||||
MONGODB_URL=mongodb://localhost:27017
|
||||
MONGODB_NAME=opendataDB
|
||||
MONGODB_USER=myUser
|
||||
MONGODB_PASS=myPass
|
||||
------------------------------------------------------------
|
||||
```
|
||||
|
||||
Once these variables are set, the library can fetch them using the integrated qenv tool. The following code snippet demonstrates how to import and initialize the library:
|
||||
|
||||
|
Reference in New Issue
Block a user