Skip to content

Commit

Permalink
Feat: Enviroment variables file for developement. Add this file to yo…
Browse files Browse the repository at this point in the history
…ur configuration if you're developing the database throught java.
  • Loading branch information
AdrianBalunan committed Mar 11, 2026
1 parent 743573a commit 1fdcfec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions helpmehelpapplication/src/main/resources/database.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DB_CONNECTION=mysql;
DB_HOST=127.0.0.1;
DB_PORT=3306;
DB_DATABASE=apbaluna;
DB_USERNAME=apbaluna;
DB_PASSWORD=GYntUFPG;
HMH_DB_URL=jdbc:mysql://127.0.0.1:3306/apbaluna;
HMH_DB_USERNAME=apbaluna;
HMH_DB_PASSWORD=GYntUFPG;

0 comments on commit 1fdcfec

Please sign in to comment.