mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
watch.conf: convert to uppercase
This commit is contained in:
parent
2efcfe843e
commit
c24188ed67
@ -1,12 +1,12 @@
|
||||
link_watch="true"
|
||||
link_watch_timeout=20
|
||||
LINK_WATCH="true"
|
||||
LINK_WATCH_TIMEOUT=20
|
||||
|
||||
ip_watch="true"
|
||||
ip_watch_timeout=40
|
||||
IP_WATCH="true"
|
||||
IP_WATCH_TIMEOUT=40
|
||||
|
||||
#netwatch_host=www.google.com
|
||||
#netwatch_port=80
|
||||
netwatch_retries=3
|
||||
netwatch_timeout=5
|
||||
netwatch_interval=20
|
||||
#NETWATCH_HOST=www.google.com
|
||||
#NETWATCH_PORT=80
|
||||
NETWATCH_RETRIES=3
|
||||
NETWATCH_TIMEOUT=5
|
||||
NETWATCH_INTERVAL=20
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user