diff --git a/config/connector-config.json b/config/connector-config.json index 113f7c5..9762bad 100755 --- a/config/connector-config.json +++ b/config/connector-config.json @@ -1,8 +1,7 @@ { "transportLibrary": { - "baseUrl": "https://bird.enmeshed.eu", - "platformClientId": "dev", - "platformClientSecret": "SY3nxukl6Xn8kGDk52EwBKXZMR9OR5" + "platformClientId": "hosted-test-connectors", + "platformClientSecret": "BJty13cmIBSxLnE4kdsBKmRlGP6eP3" }, "database": { "connectionString": "mongodb://root:example@mongodb:27017/?authSource=admin&readPreference=primary&appname=DyfeCore&ssl=false", diff --git a/config/connector-demo-config.json b/config/connector-demo-config.json index 5bf7354..c51608c 100755 --- a/config/connector-demo-config.json +++ b/config/connector-demo-config.json @@ -1,8 +1,7 @@ { "transportLibrary": { - "baseUrl": "https://bird.enmeshed.eu", - "platformClientId": "dev", - "platformClientSecret": "SY3nxukl6Xn8kGDk52EwBKXZMR9OR5" + "platformClientId": "hosted-test-connectors", + "platformClientSecret": "BJty13cmIBSxLnE4kdsBKmRlGP6eP3" }, "database": { "connectionString": "mongodb://root:example@mongodb:27017/?authSource=admin&readPreference=primary&appname=DyfeCore&ssl=false", diff --git a/config/connector-school-config.json b/config/connector-school-config.json index f9b3de3..b7f97ee 100644 --- a/config/connector-school-config.json +++ b/config/connector-school-config.json @@ -1,8 +1,7 @@ { "transportLibrary": { - "baseUrl": "https://bird.enmeshed.eu", - "platformClientId": "dev", - "platformClientSecret": "SY3nxukl6Xn8kGDk52EwBKXZMR9OR5" + "platformClientId": "hosted-test-connectors", + "platformClientSecret": "BJty13cmIBSxLnE4kdsBKmRlGP6eP3" }, "database": { "connectionString": "mongodb://root:example@mongodb:27017/?authSource=admin&readPreference=primary&appname=DyfeCore&ssl=false", diff --git a/config/connector-university-config.json b/config/connector-university-config.json index 46704ea..c1cbc70 100644 --- a/config/connector-university-config.json +++ b/config/connector-university-config.json @@ -1,8 +1,7 @@ { "transportLibrary": { - "baseUrl": "https://bird.enmeshed.eu", - "platformClientId": "dev", - "platformClientSecret": "SY3nxukl6Xn8kGDk52EwBKXZMR9OR5" + "platformClientId": "hosted-test-connectors", + "platformClientSecret": "BJty13cmIBSxLnE4kdsBKmRlGP6eP3" }, "database": { "connectionString": "mongodb://root:example@mongodb:27017/?authSource=admin&readPreference=primary&appname=DyfeCore&ssl=false",