Add the realtime clients to
[aai/test-config.git] / aai-resources / appconfig / aaiconfig.properties
1 #
2 # ============LICENSE_START=======================================================
3 # org.onap.aai
4 # ================================================================================
5 # Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10 #
11 #    http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 #
20 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
21 #
22
23 ####################################################################
24 #  REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE
25 #  TEMPLATE AND *ALL* DATAFILES
26 ####################################################################
27
28 ####################################################################
29 #  REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE
30 #  TEMPLATE AND *ALL* DATAFILES
31 ####################################################################
32
33 aai.config.checktime=1000
34
35 # this could come from siteconfig.pl?
36 aai.config.nodename=AutomaticallyOverwritten
37
38
39
40 aai.auth.cspcookies_on=false
41 aai.dbmodel.filename=ex5.json
42
43 aai.server.url.base=https://aai.api.simpledemo.onap.org:8443/aai/
44 aai.server.url=https://aai.api.simpledemo.onap.org:8443/aai/v11/
45 aai.global.callback.url=https://aai.api.simpledemo.onap.org:8443/aai/
46
47 aai.tools.enableBasicAuth=true
48 aai.tools.username=AAI
49 aai.tools.password=AAI
50
51 aai.truststore.filename=aai_keystore
52 aai.truststore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
53 aai.keystore.filename=aai_keystore
54 aai.keystore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
55
56
57 aai.notification.current.version=v11
58 aai.notificationEvent.default.status=UNPROCESSED
59 aai.notificationEvent.default.eventType=AAI-EVENT
60 aai.notificationEvent.default.domain=dev
61 aai.notificationEvent.default.sourceName=aai
62 aai.notificationEvent.default.sequenceNumber=0
63 aai.notificationEvent.default.severity=NORMAL
64 aai.notificationEvent.default.version=v11
65 # This one lets us enable/disable resource-version checking on updates/deletes
66 aai.resourceversion.enableflag=true
67 aai.logging.maxStackTraceEntries=10
68 aai.default.api.version=v11
69
70
71
72 # Used by Model-processing code
73 aai.model.delete.sleep.per.vtx.msec=500
74 aai.model.query.resultset.maxcount=50
75 aai.model.query.timeout.sec=90
76
77 # Used by Data Grooming
78 aai.grooming.default.max.file=150
79 aai.grooming.default.sleep.minutes=7
80
81 aai.model.proc.max.levels=50
82 aai.edgeTag.proc.max.levels=50
83
84 # for transaction log
85 aai.logging.hbase.interceptor=true
86 aai.logging.hbase.enabled=true
87 aai.logging.hbase.logrequest=true
88 aai.logging.hbase.logresponse=true
89
90 # for gremlin server
91 aai.server.rebind=g
92 hbase.table.name=aailogging.dev
93 hbase.table.timestamp.format=YYYYMMdd-HH:mm:ss:SSS
94 hbase.zookeeper.quorum=localhost
95 hbase.zookeeper.property.clientPort=2181
96 hbase.zookeeper.znode.parent=/hbase
97
98 aai.logging.trace.enabled=true
99 aai.logging.trace.logrequest=false
100 aai.logging.trace.logresponse=false
101
102 aai.transaction.logging=true
103 aai.transaction.logging.get=false
104 aai.transaction.logging.post=false
105
106 aai.realtime.clients=RO,SDNC,MSO,SO
107
108 #timeout for crud enabled flag
109 aai.crud.timeoutenabled=true
110
111 #timeout app specific -1 to bypass for that app id, a whole number to override the timeout with that value (in ms)
112 aai.crud.timeout.appspecific=JUNITTESTAPP1,1|JUNITTESTAPP2,-1|DCAE-CCS,-1|DCAES,-1|AAIRctFeed,-1|NewvceCreator,-1|IANewvceCreator,-1|AAI-CSIOVALS,-1
113
114 #default timeout limit added for crud if not overridden (in ms)
115 aai.crud.timeoutlimit=100000
116 #limit set for bulk consumer APIS
117 aai.bulkconsumer.payloadlimit=30
118
119 #uncomment and use header X-OverrideLimit with the value to override the bulk api limit
120 #aai.bulkconsumer.payloadoverride=E6F04B93462CB5B0EDF41C05A9DDF5C3FE59748F
121 aai.bulkconsumer.payloadoverride=false