1
0

Refactored many things and removed unnecessary things like IDEA files and stuff

This commit is contained in:
Jose
2025-03-11 19:35:38 +01:00
parent b597aca295
commit 3ba205e176
56 changed files with 580 additions and 443 deletions

View File

@@ -0,0 +1,13 @@
# DB Configuration
db.protocol=jdbc:mariadb:
db.host=localhost
db.port=3306
db.name=dad
db.user=root
db.pwd=root
dp.poolSize=5
# Server Configuration
inet.host=localhost
webserver.port=8080
api.port=8081