forked from leoaicloud-source/acoda-factory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.bedrock.example
More file actions
33 lines (27 loc) · 1.35 KB
/
Copy path.env.bedrock.example
File metadata and controls
33 lines (27 loc) · 1.35 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
# ─────────────────────────────────────────────────────────────────────────────
# GREYHACK FACTORY — Internal Bedrock Test Config
# Used by the Greyhack team for testing. NOT for users.
#
# How routing works:
# - AWS creds present + no ORCHESTRATOR_API_KEY → Bedrock (this file)
# - ORCHESTRATOR_API_KEY set → OpenAI-compatible (user config)
#
# Models: Claude Sonnet 4.6 (orchestrator) + DeepSeek V3.2 (coder)
# Region: eu-west-2 (UK sovereign)
# ─────────────────────────────────────────────────────────────────────────────
# AWS credentials (Bedrock access)
AWS_ACCESS_KEY_ID=your_key_here
AWS_SECRET_ACCESS_KEY=your_secret_here
AWS_DEFAULT_REGION=eu-west-2
# Leave ORCHESTRATOR_API_KEY and CODER_API_KEY unset → Bedrock auto-routes
# ORCHESTRATOR_API_KEY=
# CODER_API_KEY=
# GitHub token (required for repo cloning + PR creation)
GITHUB_TOKEN=ghp_your_token_here
# Temporal
TEMPORAL_ADDRESS=temporal:7233
TEMPORAL_NAMESPACE=default
# Database
DATABASE_URL=postgresql://factory:factory@postgres:5432/greyhack_factory
# Pool
POOL_WARM_SLOTS=3