From f93add69c7a66c593462a56c6ed42f922952de15 Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Fri, 11 Sep 2015 20:03:33 +0000
Subject: [PATCH] remove DM_DATA_DIR; consistently use DM_STORAGE_DIR for
 deployment files

---
 etc/dm_dev.deploy.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/dm_dev.deploy.conf b/etc/dm_dev.deploy.conf
index 080c1d93..6d8317f5 100644
--- a/etc/dm_dev.deploy.conf
+++ b/etc/dm_dev.deploy.conf
@@ -6,7 +6,7 @@ DM_DB_ADMIN_USER=postgres
 DM_DB_ADMIN_HOSTS="127.0.0.1"
 DM_DB_SCRIPTS_DIR=
 DM_SYSTEM_USER=dm
-DM_STORAGE_DIR=DM_DATA_DIR
+DM_STORAGE_DIR=
 DM_CONTEXT_ROOT=dm_dev
 DM_WEB_SERVICE_PROTOCOL=https
 DM_DS_WEB_SERVICE_HOST=DM_HOSTNAME
-- 
GitLab