Files
rfd-notify/examples/config.toml
Dave Gallant d3a23736cc Add Dockerfile and Docker Hub publishing (#9)
Adds docker image publishing with example usage in the README.
2020-07-11 22:47:30 -04:00

12 lines
197 B
TOML

expressions = [
"amazon",
"costco",
"rx.?5[6789]0",
"starbucks"
]
[sendgrid]
api_key = "<SENDGRID-API-KEY>"
mail_to = "<YOUR-EMAIL>@gmail.com"
mail_from = "Notify <notify@rfd-notify.org>"