Add : Attendance Module + QVM Module

This commit is contained in:
Kheireddine Mehdi
2024-11-06 13:08:32 +01:00
parent c33245fd1f
commit c095b563a5
62 changed files with 5263 additions and 13 deletions

View File

@@ -8,9 +8,15 @@
# ~~~~~
db.default.driver = org.postgresql.Driver
db.default.ddl = update
db.default.url = jdbc:postgresql://localhost:5432/bdd_live2
db.default.url = jdbc:postgresql://localhost:5432/postgres5
db.default.user = postgres
db.default.password = Ijlv=bB^hSG@PV$,9jkhHzO*74
db.default.password = Mal@Ben$$23
# API
# ~~~~~
portail.api.baseurl = http://127.0.0.1:8000/api/
portail.api.user = admin
portail.api.password = 0000
# Application Information
# ~~~~~