Skip to content

Commit

Permalink
Merge pull request #14 from cypherglassdotcom/new-features
Browse files Browse the repository at this point in the history
adjust readme
  • Loading branch information
leordev authored Jun 5, 2018
2 parents 6cc4e8e + a6ccd78 commit a4dc0c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ config :windshield, WindshieldWeb.Endpoint,
# here you can setup a slack alert with your slack hook check
# https://api.slack.com/custom-integrations/incoming-webhooks
config :windshield, :slack_alert,
hook: "https://hooks.slack.com/services/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",
channel: "#notif-monitor"
hook: "https://hooks.slack.com/services/TZZ2KBQ7R/CBRFUSSNR/p5TV1Ow5VVHuMwp9Ue7jWzxv",
channel: "#general"
# this is the interface master password to setup the monitor nodes and settings
# you can create your secret salt used to token generation
Expand All @@ -84,7 +84,7 @@ config :windshield, Windshield.Mailer,
port: 25,
username: "",
password: "",
sender_email: "cypherglass.outbound@gmail.com",
sender_email: "outbound@awesome.com",
recipients: [ "[email protected]", "[email protected]",
"[email protected]" ] # yes you can also send sms alerts!
```
Expand Down

0 comments on commit a4dc0c4

Please sign in to comment.