Merge "Add standardized helm chart for so"
[oom.git] / kubernetes / config / docker / init / src / config / aai / aai-config / cookbooks / aai-traversal / aai-traversal-config / templates / default / aai-traversal-app-config / aaiconfig.properties
1 ####################################################################
2 #  REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE
3 #  TEMPLATE AND *ALL* DATAFILES
4 ####################################################################
5
6 aai.config.checktime=1000
7
8 # this could come from siteconfig.pl?
9 aai.config.nodename=AutomaticallyOverwritten
10
11 aai.tools.enableBasicAuth=true
12 aai.tools.username=AAI
13 aai.tools.password=AAI
14
15 aai.auth.cspcookies_on=false
16 aai.dbmodel.filename=ex5.json
17
18 aai.server.url.base=<%= @AAI_SERVER_URL_BASE %>
19 aai.server.url=<%= @AAI_SERVER_URL %>
20 aai.global.callback.url=<%= @AAI_GLOBAL_CALLBACK_URL %>
21
22
23 aai.truststore.filename=<%= @AAI_TRUSTSTORE_FILENAME %>
24 aai.truststore.passwd.x=<%= @AAI_TRUSTSTORE_PASSWD_X %>
25 aai.keystore.filename=<%= @AAI_KEYSTORE_FILENAME %>
26 aai.keystore.passwd.x=<%= @AAI_KEYSTORE_PASSWD_X %>
27
28
29 aai.notification.current.version=<%= @AAI_NOTIFICATION_CURRENT_VERSION %>
30 aai.notificationEvent.default.status=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_EVENT_STATUS %>
31 aai.notificationEvent.default.eventType=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_EVENT_TYPE %>
32 aai.notificationEvent.default.domain=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_DOMAIN %>
33 aai.notificationEvent.default.sourceName=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_SOURCE_NAME %>
34 aai.notificationEvent.default.sequenceNumber=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_SEQUENCE_NUMBER %>
35 aai.notificationEvent.default.severity=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_SEVERITY %>
36 aai.notificationEvent.default.version=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_VERSION %>
37 # This one lets us enable/disable resource-version checking on updates/deletes
38 aai.resourceversion.enableflag=<%= @RESOURCE_VERSION_ENABLE_FLAG %>
39 aai.logging.maxStackTraceEntries=10
40 aai.default.api.version=<%= @AAI_DEFAULT_API_VERSION %>
41
42 # Used by Model-processing code
43 aai.model.delete.sleep.per.vtx.msec=500
44 aai.model.query.resultset.maxcount=50
45 aai.model.query.timeout.sec=90
46  
47
48 aai.model.proc.max.levels=50
49 aai.edgeTag.proc.max.levels=50
50
51 # for transaction log
52 aai.logging.hbase.interceptor=true
53 aai.logging.hbase.enabled=true
54 aai.logging.hbase.logrequest=true
55 aai.logging.hbase.logresponse=true
56
57 # for gremlin server
58 aai.server.rebind=g
59 hbase.table.name=<%= @TXN_HBASE_TABLE_NAME %>
60 hbase.table.timestamp.format=YYYYMMdd-HH:mm:ss:SSS
61 hbase.zookeeper.quorum=<%= @TXN_ZOOKEEPER_QUORUM %>
62 hbase.zookeeper.property.clientPort=<%= @TXN_ZOOKEEPER_PROPERTY_CLIENTPORT %>
63 hbase.zookeeper.znode.parent=<%= @TXN_HBASE_ZOOKEEPER_ZNODE_PARENT %>
64
65
66 aai.logging.trace.enabled=true
67 aai.logging.trace.logrequest=false
68 aai.logging.trace.logresponse=false
69
70
71 aai.transaction.logging=true
72 aai.transaction.logging.get=false
73 aai.transaction.logging.post=false
74
75