Update config.yaml
Browse files- config.yaml +11 -3
config.yaml
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
endpoints:
|
| 2 |
- name: Cpluz.com
|
| 3 |
-
url: "https://cpluz.com"
|
| 4 |
-
- name: Example
|
| 5 |
-
url: "https://example.com"
|
|
|
|
| 1 |
+
settings:
|
| 2 |
+
check_interval_seconds: 300 # 5 minutes
|
| 3 |
+
smtp:
|
| 4 |
+
host: ${SMTP_HOST} # Will be replaced by environment variable
|
| 5 |
+
port: ${SMTP_PORT} # Will be replaced by environment variable
|
| 6 |
+
from: ${SMTP_FROM} # Will be replaced by environment variable
|
| 7 |
+
alert_emails:
|
| 8 |
+
- shrijayan@cpluz.com
|
| 9 |
+
- cpluzmail@gmail.com
|
| 10 |
+
|
| 11 |
endpoints:
|
| 12 |
- name: Cpluz.com
|
| 13 |
+
url: "https://cpluz.com"
|
|
|
|
|
|