# Production Environment Variables # Server Configuration NODE_ENV=production PORT=3001 # Session Configuration - CHANGE THIS SECRET IN PRODUCTION! SESSION_SECRET=your-super-secret-session-key-change-this-immediately # CORS Configuration - Update with your actual domain FRONTEND_URL=https://goonblog.thevakhovske.eu.org # Database/Storage paths (relative to backend directory) POSTS_DIR=../public/posts THEMES_FILE=./themes.json # Security Settings COOKIE_SECURE=true COOKIE_SAME_SITE=strict