TSK-721-2: Add flag and correct TYPO

Add schema.sql and 'generateSampleData'-Flag (forgotten in last commit).
This commit is contained in:
BVier 2018-09-26 12:01:10 +02:00 committed by Holger Hagen
parent 9bb6cc77ec
commit eab4d54acd
2 changed files with 4 additions and 1 deletions

View File

@ -243,7 +243,7 @@ public class TaskanaEngineConfiguration {
classificationTypes.add(st.nextToken().trim().toUpperCase()); classificationTypes.add(st.nextToken().trim().toUpperCase());
} }
} }
LOGGER.debug("Configured domains: {}", domains); LOGGER.debug("Configured classificationTypes: {}", classificationTypes);
} }
private void initClassificationCategories(Properties props) { private void initClassificationCategories(Properties props) {

View File

@ -19,6 +19,9 @@ taskana.schemaName=TASKANA
####### property that control rest api security deploy use true for no security. ####### property that control rest api security deploy use true for no security.
devMode=false devMode=false
####### property that control if the database is cleaned and sample data is generated
generateSampleData=true
####### control LDAP usage ####### control LDAP usage
taskana.ldap.useLdap=false taskana.ldap.useLdap=false
####### properties to connect to LDAP ####### properties to connect to LDAP