# Decidron Network Simulator config. # # The deterministic simulator requires no API keys. The only settings # are CORS (for CRA dev on :3000 talking to the backend on :7860) and an # optional host port override for docker compose. # Comma-separated allowed CORS origins. CORS_ORIGINS=http://localhost:3000,http://localhost:7860 # Host port to publish the container on (container always listens on 7860). # CCAI_HOST_PORT=7860