somratpro Claude Sonnet 4.5 commited on
Commit
6b48202
Β·
1 Parent(s): dd34167

chore: remove legacy alias env vars from env-builder

Browse files

Drop 4 backward-compat aliases superseded by canonical vars:
- GOOGLE_API_KEY β†’ use GEMINI_API_KEY
- GOOGLE_API_KEYS β†’ use GEMINI_API_KEYS
- CLOUDFLARE_API_TOKEN β†’ use CLOUDFLARE_WORKERS_TOKEN
- BACKUP_DATASET β†’ use BACKUP_DATASET_NAME

152 β†’ 148 fields.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. env-builder.js +0 -33
env-builder.js CHANGED
@@ -924,15 +924,6 @@ const FIELDS = [
924
  "secret": 1,
925
  "common": 0
926
  },
927
- {
928
- "g": "Provider Keys",
929
- "icon": "πŸ”‘",
930
- "k": "GOOGLE_API_KEY",
931
- "lbl": "Google AI Studio",
932
- "type": "password",
933
- "secret": 1,
934
- "common": 0
935
- },
936
  {
937
  "g": "Provider Keys",
938
  "icon": "πŸ”‘",
@@ -1167,15 +1158,6 @@ const FIELDS = [
1167
  "secret": 1,
1168
  "common": 0
1169
  },
1170
- {
1171
- "g": "Provider Keys",
1172
- "icon": "πŸ”‘",
1173
- "k": "CLOUDFLARE_API_TOKEN",
1174
- "lbl": "Cloudflare API token",
1175
- "type": "password",
1176
- "secret": 1,
1177
- "common": 0
1178
- },
1179
  {
1180
  "g": "Rotation Pools",
1181
  "icon": "πŸ”„",
@@ -1197,13 +1179,6 @@ const FIELDS = [
1197
  "lbl": "Gemini pool",
1198
  "type": "text"
1199
  },
1200
- {
1201
- "g": "Rotation Pools",
1202
- "icon": "πŸ”„",
1203
- "k": "GOOGLE_API_KEYS",
1204
- "lbl": "Google pool",
1205
- "type": "text"
1206
- },
1207
  {
1208
  "g": "Rotation Pools",
1209
  "icon": "πŸ”„",
@@ -1650,14 +1625,6 @@ const FIELDS = [
1650
  "type": "text",
1651
  "ph": "/app"
1652
  },
1653
- {
1654
- "g": "Deployment",
1655
- "icon": "🧭",
1656
- "k": "BACKUP_DATASET",
1657
- "lbl": "Backup dataset alias",
1658
- "type": "text",
1659
- "ph": "huggingclaw-backup"
1660
- },
1661
  {
1662
  "g": "Deployment",
1663
  "icon": "🧭",
 
924
  "secret": 1,
925
  "common": 0
926
  },
 
 
 
 
 
 
 
 
 
927
  {
928
  "g": "Provider Keys",
929
  "icon": "πŸ”‘",
 
1158
  "secret": 1,
1159
  "common": 0
1160
  },
 
 
 
 
 
 
 
 
 
1161
  {
1162
  "g": "Rotation Pools",
1163
  "icon": "πŸ”„",
 
1179
  "lbl": "Gemini pool",
1180
  "type": "text"
1181
  },
 
 
 
 
 
 
 
1182
  {
1183
  "g": "Rotation Pools",
1184
  "icon": "πŸ”„",
 
1625
  "type": "text",
1626
  "ph": "/app"
1627
  },
 
 
 
 
 
 
 
 
1628
  {
1629
  "g": "Deployment",
1630
  "icon": "🧭",