1 ####################################################################
 
   2 #  REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE
 
   3 #  TEMPLATE AND *ALL* DATAFILES
 
   4 ####################################################################
 
   6 aai.config.checktime=1000
 
   8 # this could come from siteconfig.pl?
 
   9 aai.config.nodename=AutomaticallyOverwritten
 
  11 aai.logging.hbase.interceptor=false
 
  12 aai.logging.hbase.enabled=false
 
  13 aai.logging.hbase.logrequest=false
 
  14 aai.logging.hbase.logresponse=false
 
  16 aai.logging.trace.enabled=true
 
  17 aai.logging.trace.logrequest=false
 
  18 aai.logging.trace.logresponse=false
 
  21 aai.tools.enableBasicAuth=true
 
  22 aai.tools.username=AAI
 
  23 aai.tools.password=AAI
 
  25 aai.server.url.base=https://localhost:8443/aai/
 
  26 aai.server.url=https://localhost:8443/aai/v8/
 
  27 aai.global.callback.url=https://localhost:8443/aai/
 
  29 aai.auth.cspcookies_on=false
 
  30 aai.truststore.filename=aai_keystore
 
  31 aai.truststore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
 
  33 # the following parameters are not reloaded automatically and require a manual bounce
 
  34 storage.backend=inmemory
 
  35 storage.hostname=localhost
 
  38 storage.lock.wait-time=300
 
  39 storage.hbase.table=aaigraph.dev
 
  40 storage.hbase.ext.zookeeper.znode.parent=/hbase
 
  41 # Setting db-cache to false ensure the fastest propagation of changes across servers
 
  42 cache.db-cache = false
 
  43 #cache.db-cache-clean-wait = 20
 
  44 #cache.db-cache-time = 180000
 
  45 #cache.db-cache-size = 0.5
 
  48 hbase.table.name=aailogging.dev
 
  49 hbase.table.timestamp.format=YYYYMMdd-HH:mm:ss:SSS
 
  50 hbase.zookeeper.quorum=localhost
 
  51 hbase.zookeeper.property.clientPort=2181
 
  52 hbase.zookeeper.znode.parent=/hbase
 
  53 hbase.column.ttl.days=15
 
  56 # single primary server
 
  57 aai.primary.filetransfer.serverlist=localhost
 
  58 aai.primary.filetransfer.primarycheck=echo:8443/aai/util/echo
 
  59 aai.primary.filetransfer.pingtimeout=5000
 
  60 aai.primary.filetransfer.pingcount=5
 
  63 aai.rsync.command=rsync
 
  64 aai.rsync.options.list=-v|-t
 
  65 aai.rsync.remote.user=aaiadmin
 
  69 aai.notification.current.version=v8
 
  70 aai.notificationEvent.default.status=UNPROCESSED
 
  71 aai.notificationEvent.default.eventType=AAI-EVENT
 
  72 aai.notificationEvent.default.domain=devINT1
 
  73 aai.notificationEvent.default.sourceName=aai
 
  74 aai.notificationEvent.default.sequenceNumber=0
 
  75 aai.notificationEvent.default.severity=NORMAL
 
  76 aai.notificationEvent.default.version=v8
 
  77 # This one lets us enable/disable resource-version checking on updates/deletes
 
  78 aai.resourceversion.enableflag=true
 
  79 aai.logging.maxStackTraceEntries=10
 
  80 aai.default.api.version=v8
 
  83 # Used by Model-processing code
 
  84 aai.model.delete.sleep.per.vtx.msec=500
 
  85 aai.model.query.resultset.maxcount=30
 
  86 aai.model.query.timeout.sec=90
 
  88 # Used by Data Grooming
 
  89 aai.grooming.default.max.fix=150
 
  90 aai.grooming.default.sleep.minutes=7
 
  92 aai.model.proc.max.levels=50
 
  93 aai.edgeTag.proc.max.levels=50
 
  95 aai.dmaap.workload.enableEventProcessing=true