Configuration file options modified.

address renamed to uri, <header> renamed to <subject>
This commit is contained in:
2022-06-27 21:37:11 +03:00
parent ccb471dcc2
commit b55f72f2e4
7 changed files with 112 additions and 28 deletions

View File

@@ -9,12 +9,12 @@ service_start = true
[rule1]
service = Test1
address = http://127.0.0.1:3000/api/v1/
uri = http://127.0.0.1:3000/api/v1/
email = admin@server.local
command = ./send-telegram.ps1 <message>
[rule2]
service = Test2
address = http://127.0.0.1:3300/api/v1/
uri = http://127.0.0.1:3300/api/v1/
email = admin@server.local
command = ./send-telegram.ps1 <message>