Skip to content

Commit

Permalink
fix: Replaced gmail sample server and email with generic names to be …
Browse files Browse the repository at this point in the history
…replaced.

Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
  • Loading branch information
Leonard Goodell committed Mar 20, 2023
1 parent d085318 commit fd18b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/support-notifications/res/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Service:
Port: 59860
StartupMsg: "This is the Support Notifications Microservice"
Smtp:
Host: smtp.gmail.com
Host: my.email.server
Port: 587
Sender: jdoe@gmail.com
Sender: some.email.address
EnableSelfSignedCert: false
Subject: EdgeX Notification
# SecretName is used to specify the secret name to store the credential(username and password) for connecting the SMTP server
Expand Down

0 comments on commit fd18b92

Please sign in to comment.