Skip to content

Commit

Permalink
Update templates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ncresswell authored Mar 3, 2024
1 parent f668664 commit fd55b05
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1413,17 +1413,6 @@
"stackfile": "edge/ignition_gw/docker-compose.yml"
},
"env": [
{
"name": "EULA",
"label": "Accept Igntion EULA",
"select": [
{
"text": "Yes, I accept",
"value": "Y",
"default": true
}
]
},
{
"name": "adminuser",
"label": "Gateway UI Admin Username"
Expand All @@ -1435,29 +1424,6 @@
{
"name": "TZ",
"label": "Time Zone"
},
{
"name": "gwname",
"label": "Gateway Name"
},
{
"name": "gwedition",
"label": "Gateway Edition",
"select": [
{
"text": "Standard",
"value": "standard",
"default": true
},
{
"text": "Edge",
"value": "edge"
},
{
"text": "Maker",
"value": "maker"
}
]
}
]
}
Expand Down

0 comments on commit fd55b05

Please sign in to comment.