-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.qualification.example
More file actions
92 lines (89 loc) · 5.96 KB
/
Copy path.env.qualification.example
File metadata and controls
92 lines (89 loc) · 5.96 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# LemmaComputer qualification-only environment reference
#
# Generated from scripts/deployment-config.mjs. The qualification commands
# generate these values at run time; do not copy them into a deployment .env.
# This file is a reference inventory, not a file that operators must populate.
# OAuth renewal qualification (test-only)
# Generated by npm run qualify:oauth for an isolated short-lived Docker project.
# Isolated OAuth qualification Compose project name.
LEMMACOMPUTER_OAUTH_QUALIFICATION_PROJECT=generated-per-qualification
# Isolated OAuth qualification PostgreSQL password.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
LEMMACOMPUTER_OAUTH_QUALIFICATION_POSTGRES_PASSWORD=generated-per-qualification
# Isolated OAuth qualification LiteLLM master key.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
LEMMACOMPUTER_OAUTH_QUALIFICATION_MASTER_KEY=generated-per-qualification
# Isolated OAuth qualification LiteLLM salt key.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
LEMMACOMPUTER_OAUTH_QUALIFICATION_SALT_KEY=generated-per-qualification
# Isolated OAuth qualification LiteLLM host port.
LEMMACOMPUTER_OAUTH_QUALIFICATION_LITELLM_PORT=generated-per-qualification
# Isolated OAuth qualification fixture host port.
LEMMACOMPUTER_OAUTH_QUALIFICATION_FIXTURE_PORT=generated-per-qualification
# Provider settings qualification (test-only)
# Generated by npm run qualify:providers for an isolated short-lived Docker project.
# Isolated provider qualification Compose project name.
LEMMACOMPUTER_PROVIDER_QUALIFICATION_PROJECT=generated-per-qualification
# Isolated provider qualification LiteLLM master key.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
LEMMACOMPUTER_PROVIDER_QUALIFICATION_MASTER_KEY=generated-per-qualification
# Isolated provider qualification LiteLLM salt key.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
LEMMACOMPUTER_PROVIDER_QUALIFICATION_SALT_KEY=generated-per-qualification
# Isolated provider qualification LiteLLM PostgreSQL password.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
LEMMACOMPUTER_PROVIDER_QUALIFICATION_LITELLM_POSTGRES_PASSWORD=generated-per-qualification
# Isolated provider qualification Control PostgreSQL password.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
LEMMACOMPUTER_PROVIDER_QUALIFICATION_CONTROL_POSTGRES_PASSWORD=generated-per-qualification
# Isolated provider qualification Control PostgreSQL host port.
LEMMACOMPUTER_PROVIDER_QUALIFICATION_CONTROL_POSTGRES_PORT=generated-per-qualification
# Isolated provider qualification LiteLLM host port.
LEMMACOMPUTER_PROVIDER_QUALIFICATION_LITELLM_PORT=generated-per-qualification
# Isolated provider qualification fixture host port.
LEMMACOMPUTER_PROVIDER_QUALIFICATION_FIXTURE_PORT=generated-per-qualification
# Isolated callback-enabled provider-probe LiteLLM master key.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
LEMMACOMPUTER_PROVIDER_PROBE_QUALIFICATION_MASTER_KEY=generated-per-qualification
# Isolated callback-enabled provider-probe LiteLLM salt key.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
LEMMACOMPUTER_PROVIDER_PROBE_QUALIFICATION_SALT_KEY=generated-per-qualification
# Isolated callback-enabled provider-probe PostgreSQL password.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
LEMMACOMPUTER_PROVIDER_PROBE_QUALIFICATION_POSTGRES_PASSWORD=generated-per-qualification
# Isolated callback-enabled provider-probe usage signing token.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
LEMMACOMPUTER_PROVIDER_PROBE_QUALIFICATION_USAGE_TOKEN=generated-per-qualification
# Isolated callback-enabled provider-probe LiteLLM host port.
LEMMACOMPUTER_PROVIDER_PROBE_QUALIFICATION_LITELLM_PORT=generated-per-qualification
# Pinned LiteLLM image for provider qualification only.
LEMMACOMPUTER_LITELLM_QUALIFICATION_IMAGE=ghcr.io/berriai/litellm:v1.93.0@sha256:a1745e629abfb17d434426ff48b115f54f4f4c4a0f5af241de569e93c63c411e
# Remote workspace-node qualification (test-only)
# Generated by npm run qualify:remote-workspace-node for the current isolated worktree.
# Absolute worktree-local directory containing generated remote-node state.
QUALIFICATION_ROOT=generated-per-qualification
# Separate Compose project for the qualified workspace node.
QUALIFICATION_NODE_PROJECT=generated-per-qualification
# Private Control-to-node transport network.
QUALIFICATION_NODE_TRANSPORT_NETWORK=generated-per-qualification
# Restricted node-to-application mTLS network.
QUALIFICATION_APPLICATION_NETWORK=generated-per-qualification
# Host user ID used by the read-only application mTLS forwarder.
QUALIFICATION_HOST_UID=generated-per-qualification
# Host group ID used by the read-only application mTLS forwarder.
QUALIFICATION_HOST_GID=generated-per-qualification
# Base64 disposable node and desktop-relay certificate authority.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
QUALIFICATION_NODE_CA_B64=generated-per-qualification
# Base64 disposable Control client certificate.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
QUALIFICATION_NODE_CLIENT_CERT_B64=generated-per-qualification
# Base64 disposable Control client private key.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
QUALIFICATION_NODE_CLIENT_KEY_B64=generated-per-qualification
# Base64 disposable workspace-ingress client certificate.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
QUALIFICATION_INGRESS_CLIENT_CERT_B64=generated-per-qualification
# Base64 disposable workspace-ingress client private key.
# Sensitive: generated for an isolated qualification run; do not persist or log it.
QUALIFICATION_INGRESS_CLIENT_KEY_B64=generated-per-qualification