zoneminder: Add support for remote dabase server
This commit is contained in:
parent
4cc67c2c27
commit
0f76ae8a3e
4 changed files with 18 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
ZM_DIR_EVENTS=/srv/zoneminder
|
||||
|
||||
ZM_DB_HOST=localhost
|
||||
ZM_DB_NAME=zm
|
||||
ZM_DB_USER=zmuser
|
||||
ZM_DB_PASS={{ zm_mysql_zmuser_pass }}
|
||||
ZM_DB_HOST={{ zm_mysql_host }}
|
||||
ZM_DB_NAME={{ zm_mysql_db}}
|
||||
ZM_DB_USER={{ zm_mysql_user }}
|
||||
ZM_DB_PASS={{ zm_mysql_pass }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue