Skip to content

Commit

Permalink
fix(test): configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed May 6, 2024
1 parent 8b3bc57 commit 5cbc35f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
11 changes: 3 additions & 8 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@
}
},
"client": {
"acs-srv": {
"address": "localhost:50061"
},
"user": {
"address": "localhost:50051"
},
Expand Down Expand Up @@ -263,14 +266,6 @@
"enabled": true,
"enforce": true,
"database": "arangoDB",
"client": {
"acs-srv": {
"address": "localhost:50061"
},
"user": {
"address": "localhost:50051"
}
},
"urns": {
"entity": "urn:restorecommerce:acs:names:model:entity",
"user": "urn:restorecommerce:acs:model:user.User",
Expand Down
11 changes: 3 additions & 8 deletions cfg/config_production.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
}
},
"client": {
"acs-srv": {
"address": "access-control-srv:50051"
},
"user": {
"address": "identity-srv:50051"
},
Expand Down Expand Up @@ -75,14 +78,6 @@
}
},
"authorization": {
"client": {
"acs-srv": {
"address": "access-control-srv:50051"
},
"user": {
"address": "identity-srv:50051"
}
},
"cache": {
"url": "redis://redis:6379"
}
Expand Down

0 comments on commit 5cbc35f

Please sign in to comment.