# Server Configuration PORT=8080 FRONTEND_URL=http://localhost:4321 ALLOWED_ORIGINS=http://localhost:4321 # GitHub OAuth GITHUB_CLIENT_ID=your_github_client_id GITHUB_CLIENT_SECRET=your_github_client_secret GITHUB_REDIRECT_URL=http://localhost:8080/api/auth/github/callback # Session SESSION_SECRET=your-random-session-secret-min-32-chars-change-this-in-production SESSION_SECURE=false SESSION_MAX_AGE=86400 # Database DATABASE_PATH=./data/markedit.db # Git Configuration GIT_CACHE_DIR=./data/repos GIT_AUTHOR_NAME=MarkEdit GIT_AUTHOR_EMAIL=markedit@example.com # Logging LOG_LEVEL=debug