added password hashing
This commit is contained in:
parent
472dbdb8c7
commit
9149bba868
13 changed files with 364 additions and 75 deletions
6
assignment-service/.env.development
Normal file
6
assignment-service/.env.development
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
NODE_ENV=development
|
||||
#DB_ASSIGNMENT_SERVICE_URL="http://localhost:3000"
|
||||
DB_ASSIGNMENT_SERVICE_URL="http://localhost:3200"
|
||||
AUTH_SESSION_KEY="f3f4d8e6b17a4b3abdc8e9a2c0457aaf91c0d5f6e3b7a9c8df624bd71ea35f42"
|
||||
ACCEPTED_ORIGINS=http://localhost:3000,http://localhost:8081,http://localhost:3001,http://localhost:5173
|
||||
PORT=8082
|
||||
Loading…
Add table
Add a link
Reference in a new issue