1
0

Fixed CORS error

This commit is contained in:
Jose
2025-03-06 16:52:27 +01:00
parent 278c49427a
commit a6019111b5
24 changed files with 239 additions and 110 deletions

View File

@@ -1,7 +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
dp.poolSize=5
# Server Configuration
inet.host=localhost
webserver.port=8080
api.port=8081