somratpro Claude Sonnet 4.5 commited on
Commit
1230e4d
·
1 Parent(s): d8ef5a6

chore: remove dead env vars from env-builder

Browse files

Drop 5 fields with no codebase references:
- WS_MIN_PROTOCOL, WS_MAX_PROTOCOL (wa-guardian hardcodes these values)
- KEEP_ALIVE_INTERVAL (no usage; sync uses SYNC_INTERVAL)
- WORKSPACE_GIT_USER, WORKSPACE_GIT_NAME (unused)

159 → 154 fields.

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

Files changed (1) hide show
  1. env-builder.js +0 -41
env-builder.js CHANGED
@@ -616,22 +616,6 @@ const FIELDS = [
616
  "type": "text",
617
  "ph": "https://..."
618
  },
619
- {
620
- "g": "Core",
621
- "icon": "⚡",
622
- "k": "WS_MIN_PROTOCOL",
623
- "lbl": "Min WebSocket protocol",
624
- "type": "number",
625
- "ph": "1"
626
- },
627
- {
628
- "g": "Core",
629
- "icon": "⚡",
630
- "k": "WS_MAX_PROTOCOL",
631
- "lbl": "Max WebSocket protocol",
632
- "type": "number",
633
- "ph": "5"
634
- },
635
  {
636
  "g": "Core",
637
  "icon": "⚡",
@@ -826,15 +810,6 @@ const FIELDS = [
826
  "ph": "huggingface",
827
  "common": 1
828
  },
829
- {
830
- "g": "Core",
831
- "icon": "⚡",
832
- "k": "KEEP_ALIVE_INTERVAL",
833
- "lbl": "Keep-alive ping interval (seconds)",
834
- "type": "number",
835
- "ph": "300",
836
- "common": 1
837
- },
838
  {
839
  "g": "Core",
840
  "icon": "⚡",
@@ -931,22 +906,6 @@ const FIELDS = [
931
  "type": "text",
932
  "ph": "/home/node"
933
  },
934
- {
935
- "g": "Backup",
936
- "icon": "💾",
937
- "k": "WORKSPACE_GIT_USER",
938
- "lbl": "Workspace git author email",
939
- "type": "text",
940
- "ph": "openclaw@example.com"
941
- },
942
- {
943
- "g": "Backup",
944
- "icon": "💾",
945
- "k": "WORKSPACE_GIT_NAME",
946
- "lbl": "Workspace git author name",
947
- "type": "text",
948
- "ph": "OpenClaw Bot"
949
- },
950
  {
951
  "g": "Provider Keys",
952
  "icon": "🔑",
 
616
  "type": "text",
617
  "ph": "https://..."
618
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
619
  {
620
  "g": "Core",
621
  "icon": "⚡",
 
810
  "ph": "huggingface",
811
  "common": 1
812
  },
 
 
 
 
 
 
 
 
 
813
  {
814
  "g": "Core",
815
  "icon": "⚡",
 
906
  "type": "text",
907
  "ph": "/home/node"
908
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
909
  {
910
  "g": "Provider Keys",
911
  "icon": "🔑",