Update zm.conf.in

Add possible formats for ZM_DB_HOST
This commit is contained in:
Joshua Ruehlig
2017-04-21 10:56:48 -07:00
committed by GitHub
parent 6779bd74b0
commit 7e3c0e42b7

View File

@@ -34,7 +34,8 @@ ZM_WEB_GROUP=@WEB_GROUP@
# ZoneMinder database type: so far only mysql is supported
ZM_DB_TYPE=@ZM_DB_TYPE@
# ZoneMinder database hostname or ip address
# ZoneMinder database hostname or ip address and optionally port or unix socket
# Acceptable formats include hostname[:port], ip_address[:port], or localhost:unix_socket
ZM_DB_HOST=@ZM_DB_HOST@
# ZoneMinder database name