-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.deploy.example
More file actions
34 lines (29 loc) · 1.52 KB
/
Copy pathenv.deploy.example
File metadata and controls
34 lines (29 loc) · 1.52 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
# Safe template. Keep real account, hosted-zone, token, and credential values only in .env.deploy.
OPENMODEL_DEPLOY_PROVIDER="aws"
OPENMODEL_AWS_REGION="us-east-1"
OPENMODEL_AWS_PROFILE=""
OPENMODEL_ROUTE53_ZONE_NAME="example.com"
OPENMODEL_WEB_HOSTNAME="example.com"
OPENMODEL_API_HOSTNAME="api.example.com"
OPENMODEL_API_ALIAS_HOSTNAME="api.walton.bot"
OPENMODEL_AUTH_ISSUER="https://cognito-idp.us-east-1.amazonaws.com/us-east-1_EXAMPLE"
OPENMODEL_AUTH_DOMAIN="https://auth.example.com"
OPENMODEL_WEB_AUTH_CLIENT_ID="replace-with-web-cognito-app-client-id"
OPENMODEL_CLI_AUTH_CLIENT_ID="replace-with-cli-cognito-app-client-id"
OPENMODEL_AUTH_AUDIENCE="replace-with-web-cognito-app-client-id,replace-with-cli-cognito-app-client-id"
OPENMODEL_WEB_AUTH_SCOPES="openid profile email"
OPENMODEL_WUNDERSHIP_API_URL="https://api.wundership.com/openmodel/v1"
OPENMODEL_PUBLISH_NPM="0"
NPM_DIST_TAG="latest"
# Lambda runtime storage for provider GPU listings.
GPU_CAPACITY_TABLE="openmodel-gpu-capacity"
# Hyperscaler master and GPU marketplace policy.
# Subject IDs are trusted control-plane identities; keep production values private.
OPENMODEL_HYPERSCALER_SUBJECTS=""
OPENMODEL_CAPACITY_HEARTBEAT_MAX_AGE_SECONDS="120"
OPENMODEL_CAPACITY_ASSIGNMENT_TIMEOUT_SECONDS="300"
OPENMODEL_CAPACITY_EARNINGS_HOLD_SECONDS="604800"
OPENMODEL_CAPACITY_MINIMUM_PAYOUT_AMOUNT="25"
OPENMODEL_CAPACITY_PLATFORM_FEE_BPS="1000"
# Development-only for Cloudflare KV. Keep false for production settlement.
OPENMODEL_CAPACITY_ALLOW_EVENTUALLY_CONSISTENT_ALLOCATIONS="false"