mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
feat(conditions): document comment
This commit is contained in:
parent
d338274214
commit
ec2356c646
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class DnsMonitorType extends MonitorType {
|
||||||
new ConditionVariable("record", defaultStringOperators),
|
new ConditionVariable("record", defaultStringOperators),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// When true, this enforces all records to fullfil every condition
|
||||||
enforceAllConditions = process.env.UPTIME_KUMA_CONDITIONS_ALL
|
enforceAllConditions = process.env.UPTIME_KUMA_CONDITIONS_ALL
|
||||||
? process.env.UPTIME_KUMA_CONDITIONS_ALL !== "0"
|
? process.env.UPTIME_KUMA_CONDITIONS_ALL !== "0"
|
||||||
: false;
|
: false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue