creates application
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# Database
|
||||
DATABASE_URL="postgresql://user:password@localhost:5432/timetracker"
|
||||
|
||||
# OIDC Configuration
|
||||
OIDC_ISSUER_URL="https://your-oidc-provider.com"
|
||||
OIDC_CLIENT_ID="your-client-id"
|
||||
OIDC_REDIRECT_URI="http://localhost:3000/auth/callback"
|
||||
|
||||
# Session
|
||||
SESSION_SECRET="your-session-secret-min-32-characters"
|
||||
|
||||
# Server
|
||||
PORT=3001
|
||||
NODE_ENV=development
|
||||
|
||||
# Frontend URL (for CORS)
|
||||
FRONTEND_URL="http://localhost:5173"
|
||||
Reference in New Issue
Block a user