Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e1afc15

Browse files
committed
README: explain .env and .env.example
1 parent 5d5d0b9 commit e1afc15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎README.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ A demo project to develop a REST API using **Spring Webflux** and **Spring React
88
* **Mongo Express** is used to manage database visually.
99
* A ***docker-compose.yml*** file for containerization.
1010
* Using the command **docker-compose up** will handle creating container from the images.
11+
* Sensitive data related to database connection is kept in .env file in the original project, but here we have .env.example.
12+
* ***.env.example*** file is used just to represent how to create a **.env** file for this project. Create a file named .env and put the content similar to the .env.example so that your spring boot application and docker-compose.yml can see those variables.
13+
1114
---
1215

1316
## Endpoints

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /