From 7e3c0e42b775f8fdf3f12dd7c989a98cb40ad89a Mon Sep 17 00:00:00 2001 From: Joshua Ruehlig Date: Fri, 21 Apr 2017 10:56:48 -0700 Subject: [PATCH] Update zm.conf.in Add possible formats for ZM_DB_HOST --- zm.conf.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zm.conf.in b/zm.conf.in index decca3b19..73e4a3d9c 100644 --- a/zm.conf.in +++ b/zm.conf.in @@ -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