Ebyrdeu / spring_boot_library

0 stars 0 forks source link

Add .env file #9

Closed ValentinaSukonina closed 8 months ago

ValentinaSukonina commented 8 months ago

To have working docker container we need to provide information and pathway for the database

Ebyrdeu commented 8 months ago

The reason I added .env to ignore and .env-example to the root of the project is because this is how it's usually done. Each person needs to create their own .env file based on .env-example, and it should not be exposed at any point in the project's life.