# Server Configuration # Port for the main server to listen on SERVER_PORT=3030 # CORS configuration SERVER_CORS_ORIGIN=* SERVER_CORS_METHODS=GET, POST, PUT, DELETE, PATCH, OPTIONS SERVER_CORS_HEADERS=* # tRPC Configuration TRPC_ENDPOINT=/trpc # Logging Configuration LOGGING_REQUESTS=false LOGGING_HEADERS=false # Agents Service Configuration # Base URL for the agents service API AGENTS_BASE_URL=http://localhost:3031 # Environment NODE_ENV=development # Debug mode DEBUG=false