added db connection to auth server and added usermanagement code

This commit is contained in:
2023-12-04 14:26:12 +01:00
parent 48acef0436
commit da68c8ee8d
5 changed files with 124 additions and 6 deletions

3
User Management/.env Normal file
View File

@ -0,0 +1,3 @@
HOST="127.0.0.1"
PORT=54321
ENV="DEV"