PORT=3000
NODE_ENV=development
JWT_SECRET=afak22-default-secret-change-in-production
JWT_EXPIRES_IN=1d
DATABASE_URL="file:./prisma/dev.db"
