From 0c1677aa89d44ac7bbaaae74de2394c3105e537d Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Tue, 30 Sep 2014 19:19:21 +0000
Subject: [PATCH] add deployment config file

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

diff --git a/etc/dm.deploy.conf b/etc/dm.deploy.conf
new file mode 100644
index 00000000..6ba6b5e9
--- /dev/null
+++ b/etc/dm.deploy.conf
@@ -0,0 +1,12 @@
+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 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
+
-- 
GitLab