This example is a simple deployment server configuration for the default cm_typical installation on the host dimsrv:
database=cm_typical@dim10
host=dimsrv:671
dmuser=dmsys
This example is deployment server configuration that monitors two base databases on the same host:
database_1=devtest@dim10
host_1=dimsrv:671
dmuser_1=dmsys
database_2=production@dim10
host_2=dimsrv:671
dmuser_2=dmsys
This advanced example is a deployment server configuration that monitors three base databases on different hosts with logging turned on:
log_dir=c:/temp/
idle_timeout=10
database_1=devtest@dim10
host_1=dimsrv:671
dmuser_1=dmsys
threads_1=5
database_2=production@dim10
host_2=dimprodsrv:672
dmuser_2=dmadmin
threads_2=20
database_3=devtest2@dim10
host_3=dimsrv:671
dmuser_3=dmsys
threads_3=10