We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11e8aa commit c6927daCopy full SHA for c6927da
ui/public/index.html
@@ -22,7 +22,7 @@
22
<title>Tomato UI</title>
23
<script>
24
window.__INITIAL_DATA__ = {
25
- serverURL: '{{ .ServerURL }}'
+ serverURL: '%REACT_APP_SERVER_URL%'
26
}
27
</script>
28
</head>
0 commit comments