| 123456789101112131415161718 |
- # Kinde Configuration
- KINDE_CLIENT_ID=1863d3d354784c89a480e86410f23ea5
- KINDE_CLIENT_SECRET=OGwKvav8cRbKUNhaZup3aOmO3G4LP1Z4DIBsbXxcEShUcHAAPPLe
- KINDE_ISSUER_URL=https://vtorio.kinde.com
- KINDE_SITE_URL=http://localhost:3000
- KINDE_POST_LOGOUT_REDIRECT_URL=http://localhost:3000
- # PostgreSQL Database Configuration
- #DATABASE_URL="postgresql://postgres:postgres@localhost:5432/vtorio?schema=public"
- DATABASE_URL=postgresql://root:post.Acc.967@vixflix.online:5432/vtoriodb?schema=public
- # Kinde free tier limitations
- # 2 custom roles and 10 permissions
- # 10 feature flags
- # 5 custom properties
- # 1 webhook
- # Customizable session duration
- # 2 environments (production and development)
|