From 7f1bd661b7936d14d446dc649af18d7a830ed099 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Mon, 13 Apr 2015 13:37:24 +0000 Subject: [PATCH] add support for daq/ds web services into deployment config --- etc/dm.deploy.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/dm.deploy.conf b/etc/dm.deploy.conf index 2c11ed57..1bfc7881 100644 --- a/etc/dm.deploy.conf +++ b/etc/dm.deploy.conf @@ -1,12 +1,14 @@ DM_DB_NAME=dm DM_DB_USER=dm -DM_DB_PASSWORD=dm DM_DB_HOST=127.0.0.1 DM_DB_PORT=11136 DM_DB_ADMIN_USER=postgres -DM_DB_ADMIN_PASSWORD= DM_DB_ADMIN_HOSTS="127.0.0.1" DM_DB_CHARACTER_SET=utf8 DM_DB_SCRIPTS_DIR= DM_CONTEXT_ROOT=dm +DM_DS_WEB_SERVICE_PORT=22236 +DM_DAQ_WEB_SERVICE_PORT=33336 +DM_SOFTWARE_VERSION="0.1 (DM_DATE)" + -- GitLab