PORT=5000
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=msdmikim_ami
JWT_SECRET=your_jwt_secret_key_here
NODE_ENV=development
