Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CalcagnoLoic committed Jun 6, 2024
1 parent bd303fb commit d124592
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

🛑With docker compose, locally, the database is persisted but not made available on github. To access the data in the database, you'll find a file called `data.sql` in the app folder. To use it, start docker compose and connect to the Adminer service. 🛑

To connect to the database service, simply write these environment variables to a file named `.env` at the root of backend folder and in the app folder. These variables is dummy data. During the development phase, these variables will no longer be available.
To connect to the database service, simply write these environment variables to a file named `.env` at the root of app folder. These variables is dummy data. During the development phase, these variables will no longer be available.

```
MARIADB_USER=admin@invoice-app
Expand Down
File renamed without changes.

0 comments on commit d124592

Please sign in to comment.