2026-06-25 00:45:44 +00:00
|
|
|
# Copy to atc.env and fill in secrets:
|
|
|
|
|
# cp config/command-center/atc.env.example /opt/atc-agents/atc.env
|
|
|
|
|
|
|
|
|
|
S3_ENDPOINT=http://10.0.20.111:9020
|
|
|
|
|
S3_ACCESS_KEY=object_admin1
|
|
|
|
|
S3_SECRET_KEY=your-ecs-s3-secret-key
|
|
|
|
|
S3_REGION=us-east-1
|
|
|
|
|
|
|
|
|
|
JUPYTER_TOKEN=choose-a-strong-token
|
|
|
|
|
|
2026-07-21 23:20:24 +00:00
|
|
|
GPU_URL=http://10.0.10.106:9000
|
|
|
|
|
LLM_URL=http://10.0.10.106:8001/v1
|
2026-06-25 00:45:44 +00:00
|
|
|
LLM_MODEL=gpt-4o
|
|
|
|
|
LLM_API_KEY=sk-local
|
|
|
|
|
|
|
|
|
|
LAKEHOUSE_HOST=10.0.21.50
|
|
|
|
|
AIRFLOW_URL=http://10.0.21.55:8080
|
|
|
|
|
KAFKA_UI_URL=http://10.0.21.36:9000
|
2026-07-01 15:14:48 +02:00
|
|
|
|
|
|
|
|
# Dockhand API token (Profile → API tokens in Dockhand UI; prefix dh_)
|
|
|
|
|
DOCKHAND_API_TOKEN=
|
2026-07-22 00:31:35 +00:00
|
|
|
|
|
|
|
|
NESSIE_URL=http://10.0.21.50:19120
|
|
|
|
|
NESSIE_UI_URL=http://10.0.21.50:19120
|