Files
hsp-gdh/.env.sample
Lightemerald 4fbc9819e8 Role update
- Added verify status to user login
- Added option to disable email verification
- Added roles route
- Added role management to users
2024-03-24 11:14:03 +01:00

12 lines
201 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=
DISABLE_EMAIL_VERIFICATION=true