Spaces:
Running
Running
chore: remove legacy alias env vars from env-builder
Browse filesDrop 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>
- 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": "π§",
|