PORT=5000

DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=auth_demo

JWT_SECRET=supersecretkey123

