Skip to content

Commit

Permalink
fix: Move Host back to private config where it can be overriden
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <[email protected]>
  • Loading branch information
Leonard Goodell committed Mar 15, 2023
1 parent 09c0485 commit a7264fc
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/core-command/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
clientkey = ""

[Service]
Host = "localhost"
Port = 59882
StartupMsg = "This is the Core Command Microservice"

Expand Down
1 change: 0 additions & 1 deletion cmd/core-common-config-bootstrapper/res/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ all-services:

MessageBus:
Protocol: "redis"
Host: "localhost"
Port: 6379
Type: "redis"
AuthMode: "usernamepassword" # required for redis MessageBus (secure or insecure).
Expand Down
1 change: 1 addition & 0 deletions cmd/core-data/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ PersistData = true
# Gateway="my-iot-gateway" # Tag must be added here or via Consul Env Override can only change existing value, not added new ones.

[Service]
Host = "localhost"
Port = 59880
StartupMsg = "This is the Core Data Microservice"

Expand Down
1 change: 1 addition & 0 deletions cmd/core-metadata/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ LogLevel = "INFO"
Validation = false

[Service]
Host = "localhost"
Port = 59881
StartupMsg = "This is the EdgeX Core Metadata Microservice"

Expand Down
1 change: 1 addition & 0 deletions cmd/security-proxy-auth/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
LogLevel = "INFO"

[Service]
Host = "localhost"
Port = 59842
StartupMsg = "This is the proxy authentication microservice"
1 change: 1 addition & 0 deletions cmd/security-spiffe-token-provider/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
LogLevel = "DEBUG"

[Service]
Host = "localhost"
Port = 59841
StartupMsg = "This is the SPIFFE token provider microservice"

Expand Down
1 change: 1 addition & 0 deletions cmd/support-notifications/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ResendInterval = "5s"
password = ""

[Service]
Host = "localhost"
Port = 59860
StartupMsg = "This is the Support Notifications Microservice"

Expand Down
1 change: 1 addition & 0 deletions cmd/support-scheduler/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ScheduleIntervalTime = 500
LogLevel = "INFO"

[Service]
Host = "localhost"
Port = 59861
StartupMsg = "This is the Support Scheduler Microservice"

Expand Down

0 comments on commit a7264fc

Please sign in to comment.