-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhttp-api.env.example
More file actions
19 lines (16 loc) · 941 Bytes
/
Copy pathhttp-api.env.example
File metadata and controls
19 lines (16 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# module:function returning an object that implements muscle_memory.api.ApiBackend
MM_API_BACKEND_FACTORY=muscle_memory.runtime:create_api_backend
# Bind loopback by default. Set an externally reachable address only behind TLS.
MM_API_HOST=127.0.0.1
MM_API_PORT=8000
MM_API_LOG_LEVEL=info
# JSON list of authenticated subjects and SHA-256 token digests. Never put plaintext
# bearer tokens in this file. Each mutation is also checked against the listed scopes.
MM_API_AUTH_CREDENTIALS_JSON=[{"subject":"operator","token_sha256":"<64 lowercase hex characters>","scopes":["approvals:write","workflows:write","corrections:write","episodes:write"]}]
# Production paired-evaluation admission is fail-closed and all-or-none.
MM_HELDOUT_EVALUATION_ARTIFACT=
MM_HELDOUT_EVALUATION_ARTIFACT_SHA256=
MM_HELDOUT_CANDIDATE_CHECKPOINT=
MM_HELDOUT_EVALUATED_AT=
MM_STABLE_POLICY_ALIAS=stable
MM_TASK_POLICY_TRAINING_ROOT=artifacts/policy/training-jobs