Skip to content
Snippets Groups Projects
Commit 46778c3b authored by ribeaudc's avatar ribeaudc
Browse files

[LMS-591] change: - Set the 'indexBase' as property.

SVN: 8819
parent 04a4a3f5
No related branches found
No related tags found
No related merge requests found
...@@ -42,4 +42,7 @@ crowd.application.name = lims ...@@ -42,4 +42,7 @@ crowd.application.name = lims
crowd.application.password = crowd.application.password =
# The database instance local unique identifier. Used when the new database is created. # The database instance local unique identifier. Used when the new database is created.
database-instance = CISD database-instance = CISD
\ No newline at end of file
# Hibernate Search
hibernate.search.index.base = /tmp/indexes
\ No newline at end of file
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<prop key="hibernate.search.default.directory_provider"> <prop key="hibernate.search.default.directory_provider">
org.hibernate.search.store.FSDirectoryProvider org.hibernate.search.store.FSDirectoryProvider
</prop> </prop>
<prop key="hibernate.search.default.indexBase">./indexes</prop> <prop key="hibernate.search.default.indexBase">${hibernate.search.index.base}</prop>
<!-- <!--
<prop key="hibernate.show_sql">true</prop> <prop key="hibernate.show_sql">true</prop>
<prop key="hibernate.format_sql">true</prop> <prop key="hibernate.format_sql">true</prop>
......
...@@ -31,3 +31,6 @@ crowd.application.password = ...@@ -31,3 +31,6 @@ crowd.application.password =
# The database instance local unique identifier. Used when the new database is created. # The database instance local unique identifier. Used when the new database is created.
database-instance = CISD database-instance = CISD
# Hibernate Search
hibernate.search.index.base = ./targets/indices
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment