feat: add .env configuration file and update README with configuration details
This commit is contained in:
11
monitor/.env
Normal file
11
monitor/.env
Normal file
@@ -0,0 +1,11 @@
|
||||
# This file is only used to configure the monitor.
|
||||
# Do not write any secret keys or sensitive information here.
|
||||
|
||||
# Monitor configuration
|
||||
TASK_CONFIG_PATH=../evaluation_examples/test_small.json
|
||||
EXAMPLES_BASE_PATH=../evaluation_examples/examples
|
||||
RESULTS_BASE_PATH=../results_operator_aws/pyautogui/screenshot/computer-use-preview
|
||||
MAX_STEPS=50
|
||||
FLASK_PORT=80
|
||||
FLASK_HOST=0.0.0.0
|
||||
FLASK_DEBUG=true
|
||||
Reference in New Issue
Block a user