diff --git a/aspiredb/.editorconfig b/aspiredb/.editorconfig new file mode 100644 index 00000000..d8403426 --- /dev/null +++ b/aspiredb/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[production-data-source.xml] +indent_style=tab diff --git a/aspiredb/src/main/resources/production-data-source.xml b/aspiredb/src/main/resources/production-data-source.xml index 7305f145..65b032d8 100644 --- a/aspiredb/src/main/resources/production-data-source.xml +++ b/aspiredb/src/main/resources/production-data-source.xml @@ -1,77 +1,77 @@ - - - - classpath:default.properties - classpath:database.properties - file:${user.home}/aspiredb.properties - - - + + + + classpath:default.properties + classpath:database.properties + file:${user.home}/aspiredb.properties + + + - - - - - - - - - - - - + + + + + + + + + + + + - - + + - + - + - - - classpath:gemma/gsec/model/AclEntry.hbm.xml - classpath:gemma/gsec/model/AclObjectIdentity.hbm.xml - classpath:gemma/gsec/model/AclSid.hbm.xml - - + + + classpath:gemma/gsec/model/AclEntry.hbm.xml + classpath:gemma/gsec/model/AclObjectIdentity.hbm.xml + classpath:gemma/gsec/model/AclSid.hbm.xml + + - - - ${hibernate.dialect} - false - true - false - false - false - org.hibernate.cache.StandardQueryCacheFactory - org.hibernate.cache.EhCacheProvider + + + ${hibernate.dialect} + false + true + false + false + false + org.hibernate.cache.StandardQueryCacheFactory + org.hibernate.cache.EhCacheProvider - 3 - 512 - 512 - 256 - true - true + 3 + 512 + 512 + 256 + true + true - - - - + + + + - - - - - + + + + + \ No newline at end of file