-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDeploymentSpecifics.properties
43 lines (37 loc) · 1.17 KB
/
DeploymentSpecifics.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
instance.name=morcore2esuites
configurations.names=morcore2esuites
classloader.type=DirectoryClassLoader
configurations.morcore2esuites.classLoaderType=DirectoryClassLoader
# Disable output streaming (seems not to be disabled by default in 7.9-SNAPSHOT (in 7.8 it is))
streaming.auto=false
jdbc.migrator.active=true
# Ladybug related properties
ibistesttool.custom=Custom
# Useful to prevent large messages from being truncated in Ladybug but can give Java heap space errors
# ibistesttool.maxMemoryUsage=1000000000
# ibistesttool.maxFileSize=10MB
# ibistesttool.maxMessageLength=10000000
MorCore.taak.API.root-url=
Esuites.ESB.root-url=
MorCore.keystore=
MorCore.keystoreType=
MorCore.keystoreAuthAlias=
MorCore.keystorePassword=
MorCore.keystoreAlias=
MorCore.keystoreAliasAuthAlias=
MorCore.keystoreAliasPassword
MorCore.truststore=
MorCore.truststoreAuthAlias=
MorCore.truststorePassword=
MorCore.truststoreType=
Esuites.keystore=
Esuites.keystoreType=
Esuites.keystoreAuthAlias=
Esuites.keystorePassword=
Esuites.keystoreAlias=
Esuites.keystoreAliasAuthAlias=
Esuites.keystoreAliasPassword=
Esuites.truststore=
Esuites.truststoreAuthAlias=
Esuites.truststorePassword=
Esuites.truststoreType=