Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #471 from gashcrumb/reenable-datavirt
Browse files Browse the repository at this point in the history
re-enable datavirt for development by default
  • Loading branch information
gashcrumb committed Jun 13, 2019
2 parents 8261f18 + 5b14553 commit 5c340c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/ui-react/syndesis/config.minishift.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"datavirt": {
"dvUrl": "/vdb-builder/v1/",
"enabled": 0
"enabled": 1
},
"features": {
"logging": false
Expand Down
2 changes: 1 addition & 1 deletion app/ui-react/syndesis/config.proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"datavirt": {
"dvUrl": "/vdb-builder/v1/",
"enabled": 0
"enabled": 1
},
"features": {
"logging": false
Expand Down
2 changes: 1 addition & 1 deletion app/ui-react/syndesis/config.staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"datavirt": {
"dvUrl": "/vdb-builder/v1/",
"enabled": 0
"enabled": 1
},
"features": {
"logging": false
Expand Down

0 comments on commit 5c340c5

Please sign in to comment.