Skip to content

Commit

Permalink
chore: use prod backbone
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed May 10, 2024
1 parent 213e91a commit 3335e88
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions config/connector-config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 2 additions & 3 deletions config/connector-demo-config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 2 additions & 3 deletions config/connector-school-config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 2 additions & 3 deletions config/connector-university-config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3335e88

Please sign in to comment.