Skip to content

Commit

Permalink
Fixes missing comma in config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi committed Nov 14, 2024
1 parent 24f5fef commit d8ae9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aas-web-ui/public/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"influxdbToken": "",
"keycloakUrl": "",
"keycloakRealm": "",
"keycloakClientId": ""
"keycloakClientId": "",
"endpointConfigAvailable": true
}

0 comments on commit d8ae9b3

Please sign in to comment.