From 922e0fcbf9af75522820d7c3ee5de8165172a065 Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Mon, 13 Apr 2015 13:38:06 +0000
Subject: [PATCH] add dev deployment config

---
 etc/dm_dev.deploy.conf | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 etc/dm_dev.deploy.conf

diff --git a/etc/dm_dev.deploy.conf b/etc/dm_dev.deploy.conf
new file mode 100644
index 00000000..723a5c1f
--- /dev/null
+++ b/etc/dm_dev.deploy.conf
@@ -0,0 +1,14 @@
+DM_DB_NAME=dm_dev
+DM_DB_USER=dm_dev
+DM_DB_HOST=127.0.0.1
+DM_DB_PORT=11136
+DM_DB_ADMIN_USER=postgres
+DM_DB_ADMIN_HOSTS="127.0.0.1 bluegill1.aps.anl.gov gaeaimac.aps.anl.gov visa%.aps.anl.gov"
+DM_DB_CHARACTER_SET=utf8
+DM_DB_SCRIPTS_DIR=
+DM_CONTEXT_ROOT=dm_dev
+DM_DS_WEB_SERVICE_PORT=22237
+DM_DAQ_WEB_SERVICE_PORT=33337
+DM_SOFTWARE_VERSION="Development Snapshot (DM_DATE)"
+
+
-- 
GitLab