- Added the base data structure for the new database - Added the new routes for the new database - Reworked the users endpoints
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
PORT=3000
|
|
DOMAIN="http://localhost:3000"
|
|
DATABASE_HOST="127.0.0.1"
|
|
DATABASE_NAME=hsp-gdh
|
|
DATABASE_USER=hsp-gdh
|
|
DATABASE_PASSWORD=""
|
|
JWT_SECRET=""
|
|
SMTP=
|
|
MAIL=
|
|
MAIL_PASS= |