-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
62 lines (55 loc) · 1.43 KB
/
.env.example
File metadata and controls
62 lines (55 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
APP_ENV=dev
PORT=8080
LOG_LEVEL=info
DEPLOYMENT_TRACK=standard
# Gemini
GEMINI_API_KEY=
GEMINI_MODEL=
GEMINI_HTTP_TIMEOUT_MS=8000
# GCP
GCP_PROJECT_ID=
GCP_REGION=asia-northeast3
FIRESTORE_DATABASE=(default)
SERVICE_NAME_API=stagepilot-api
ARTIFACT_REPO=stagepilot
GOOGLE_APPLICATION_CREDENTIALS=
GCP_STORAGE_BUCKET=
GCP_BIGQUERY_DATASET=stagepilot
GCP_BIGQUERY_TABLE=benchmark_runs
# AWS (optional multi-cloud)
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=us-east-1
AWS_S3_BENCHMARK_BUCKET=stagepilot-benchmark-artifacts
AWS_CLOUDWATCH_NAMESPACE=StagePilot
# Datadog / Monitoring (optional)
DD_API_KEY=
DD_APP_KEY=
DD_ENV=dev
DD_SERVICE=stagepilot-api
DD_SITE=datadoghq.com
DD_DASHBOARD_PREFIX=Portfolio
# Runtime constraints
USE_GPU=0
STAGEPILOT_REQUEST_BODY_TIMEOUT_MS=10000
PILOT_DISTRICT_1=강북구
PILOT_DISTRICT_2=중랑구
BENCHMARK_CASES=24
SLA_URGENT_MINUTES=120
SLA_NORMAL_HOURS=24
# OpenClaw (optional dispatch bridge)
# OPENCLAW_WEBHOOK_URL can point to a generic OpenClaw bridge or a Discord webhook URL.
OPENCLAW_ENABLED=0
OPENCLAW_CHANNEL=telegram
OPENCLAW_TARGET=
OPENCLAW_THREAD_ID=
OPENCLAW_WEBHOOK_URL=
OPENCLAW_API_KEY=
OPENCLAW_WEBHOOK_TIMEOUT_MS=5000
OPENCLAW_CMD=openclaw
OPENCLAW_CLI_TIMEOUT_MS=5000
# OpenTelemetry (opt-in, activates when set)
# Recommended for Datadog traces: point this at a local Datadog Agent or OTEL collector.
OTEL_EXPORTER_OTLP_ENDPOINT=
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=
OTEL_EXPORTER_OTLP_HEADERS=