# Server Configuration PORT=10000 STREAMLIT_URL=https://graphiq-agent.onrender.com # CORS Configuration (optional, can be overridden) CORS_ORIGIN=* CORS_CREDENTIALS=false CORS_METHODS=GET,POST,PUT,DELETE,OPTIONS,PATCH CORS_ALLOWED_HEADERS=Content-Type,Authorization,X-Requested-With,Accept,Origin