From c5ffae493b6b25ca9e1e8c22c41c39de7742a5fc Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Tue, 8 Nov 2016 11:29:36 -0500 Subject: [PATCH] Simplifying properties hierarchy for now --- container_files/etc/grouper.hibernate.pointer.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container_files/etc/grouper.hibernate.pointer.properties b/container_files/etc/grouper.hibernate.pointer.properties index 9f526993..3694815d 100644 --- a/container_files/etc/grouper.hibernate.pointer.properties +++ b/container_files/etc/grouper.hibernate.pointer.properties @@ -5,4 +5,4 @@ # comma separated config files that override each other (files on the right override the left) # each should start with file: or classpath: # e.g. classpath:grouper.hibernate.base.properties, file:c:/temp/myFile.properties -grouper.hibernate.config.hierarchy = classpath:grouper.hibernate.base.properties, classpath:grouper.hibernate.properties, file:/opt/etc/grouper.hibernate.properties \ No newline at end of file +grouper.hibernate.config.hierarchy = file:/opt/etc/grouper.hibernate.properties \ No newline at end of file