# HG changeset patch # User ymh # Date 1365183219 -7200 # Node ID 554a7b55c29a28cdebcc82ff8226787862ea778a # Parent 792ec58c21408af5889ffd3e7990510936cfb4d9 Simplify, put everythong in the same property file diff -r 792ec58c2140 -r 554a7b55c29a server/src/main/webapp/WEB-INF/renkan.properties --- a/server/src/main/webapp/WEB-INF/renkan.properties Fri Apr 05 18:42:14 2013 +0200 +++ b/server/src/main/webapp/WEB-INF/renkan.properties Fri Apr 05 19:33:39 2013 +0200 @@ -2,6 +2,10 @@ mongodb.host.port = 27017 mongodb.db.name = renkan +user.admin.name = admin +#user.admin.password = admin +user.admin.password = 8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918 + renkan.pagination.size = 2 renkan.coweb.debug = false renkan.coweb.websocket = true \ No newline at end of file diff -r 792ec58c2140 -r 554a7b55c29a server/src/main/webapp/WEB-INF/renkan_users.properties --- a/server/src/main/webapp/WEB-INF/renkan_users.properties Fri Apr 05 18:42:14 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -user.admin.name = admin -#user.admin.password = admin -user.admin.password = 8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918 \ No newline at end of file diff -r 792ec58c2140 -r 554a7b55c29a server/src/main/webapp/WEB-INF/spring-security.xml --- a/server/src/main/webapp/WEB-INF/spring-security.xml Fri Apr 05 18:42:14 2013 +0200 +++ b/server/src/main/webapp/WEB-INF/spring-security.xml Fri Apr 05 19:33:39 2013 +0200 @@ -11,25 +11,26 @@ http://www.springframework.org/schema/util/spring-util-3.0.xsd" > - - WEB-INF/renkan_users.properties - classpath:renkan_users_run.properties + + WEB-INF/renkan.properties + classpath:renkan_run.properties - + - + - + +