TSK-721-2: Add flag and correct TYPO
Add schema.sql and 'generateSampleData'-Flag (forgotten in last commit).
This commit is contained in:
parent
9bb6cc77ec
commit
eab4d54acd
|
@ -243,7 +243,7 @@ public class TaskanaEngineConfiguration {
|
|||
classificationTypes.add(st.nextToken().trim().toUpperCase());
|
||||
}
|
||||
}
|
||||
LOGGER.debug("Configured domains: {}", domains);
|
||||
LOGGER.debug("Configured classificationTypes: {}", classificationTypes);
|
||||
}
|
||||
|
||||
private void initClassificationCategories(Properties props) {
|
||||
|
|
|
@ -19,6 +19,9 @@ taskana.schemaName=TASKANA
|
|||
|
||||
####### property that control rest api security deploy use true for no security.
|
||||
devMode=false
|
||||
####### property that control if the database is cleaned and sample data is generated
|
||||
generateSampleData=true
|
||||
|
||||
####### control LDAP usage
|
||||
taskana.ldap.useLdap=false
|
||||
####### properties to connect to LDAP
|
||||
|
|
Loading…
Reference in New Issue