Skip to content

Commit be356fe

Browse files
refactor: Updated profiles to use service keys for Client names (edgexfoundry#217)
closes edgexfoundry#212 BREAKING CHANGE: Clients configuration has changed Signed-off-by: lenny <leonard.goodell@intel.com>
1 parent b49824f commit be356fe

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/edgexfoundry/app-service-configurable
22

33
go 1.15
44

5-
require github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.30
5+
require github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31

res/functional-tests/configuration.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Port = 8500
7878
Type = "consul"
7979

8080
[Clients]
81-
[Clients.CoreData]
81+
[Clients.edgex-core-data]
8282
Protocol = "http"
8383
Host = "localhost"
8484
Port = 48080

res/http-export/configuration.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ RetryWaitPeriod = "1s"
113113
AuthType = 'X-Vault-Token'
114114

115115
[Clients]
116-
[Clients.CoreData]
116+
[Clients.edgex-core-data]
117117
Protocol = "http"
118118
Host = "localhost"
119119
Port = 48080

res/mqtt-export/configuration.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ RetryWaitPeriod = "1s"
119119
AuthType = 'X-Vault-Token'
120120

121121
[Clients]
122-
[Clients.CoreData]
122+
[Clients.edgex-core-data]
123123
Protocol = "http"
124124
Host = "localhost"
125125
Port = 48080

res/push-to-core/configuration.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Port = 8500
2626
Type = "consul"
2727

2828
[Clients]
29-
[Clients.CoreData]
29+
[Clients.edgex-core-data]
3030
Protocol = "http"
3131
Host = "localhost"
3232
Port = 48080

res/rules-engine-mqtt/configuration.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Port = 8500
4040
Type = "consul"
4141

4242
[Clients]
43-
[Clients.CoreData]
43+
[Clients.edgex-core-data]
4444
Protocol = "http"
4545
Host = "localhost"
4646
Port = 48080

res/rules-engine-redis/configuration.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Port = 8500
5050
Type = "consul"
5151

5252
[Clients]
53-
[Clients.CoreData]
53+
[Clients.edgex-core-data]
5454
Protocol = "http"
5555
Host = "localhost"
5656
Port = 48080

res/rules-engine/configuration.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Port = 8500
4040
Type = "consul"
4141

4242
[Clients]
43-
[Clients.CoreData]
43+
[Clients.edgex-core-data]
4444
Protocol = "http"
4545
Host = "localhost"
4646
Port = 48080

res/sample/configuration.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ RetryWaitPeriod = "1s"
159159
AuthType = 'X-Vault-Token'
160160

161161
[Clients]
162-
[Clients.CoreData]
162+
[Clients.edgex-core-data]
163163
Protocol = "http"
164164
Host = "localhost"
165165
Port = 48080

0 commit comments

Comments
 (0)