FLASK_ENV=development FLASK_DEBUG=True SECRET_KEY=your-secret-key-here API_BASE_URL=http://localhost:8000 AUTH_BASE_URL=http://localhost:8001 SESSION_TYPE=filesystem