# ------------------------------ # Environment Variables for server & worker # ------------------------------ # ------------------------------ # Server Configuration # ------------------------------ # Log path LOG_PATH=/tmp/ten_agent LOG_STDOUT=true # Graph designer server port GRAPH_DESIGNER_SERVER_PORT=49483 # Server port SERVER_PORT=8080 # Maximum number of workers WORKERS_MAX=10 # Worker quit timeout in seconds WORKER_QUIT_TIMEOUT_SECONDES=60 # Configuration for playground/demo AGENT_SERVER_URL=http://127.0.0.1:8080 TEN_DEV_SERVER_URL=http://127.0.0.1:49483