Skip to content

Commit

Permalink
Merge pull request #376 from rbino/fix-dashboard-config
Browse files Browse the repository at this point in the history
compose: remove /v1 prefix from dashboard configuration
  • Loading branch information
bettio authored May 15, 2020
2 parents 777c073 + 07fd031 commit 73a8615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/astarte-dashboard/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"secure_connection": false,
"appengine_api_url": "http://localhost:4002/v1",
"realm_management_api_url": "http://localhost:4000/v1",
"appengine_api_url": "http://localhost:4002",
"realm_management_api_url": "http://localhost:4000",
"default_auth": "token",
"auth": [
{
Expand Down

0 comments on commit 73a8615

Please sign in to comment.