blob: 99879d45572b21c903f112e74af0623512170b1d [file] [log] [blame]
Jakub Latusek2bd138d2020-10-21 13:36:29 +02001{{/*
Geora Barsky4b328b82018-08-01 12:02:33 -04002# ============LICENSE_START===================================================
3# Copyright (c) 2018 Amdocs
4# ============================================================================
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16# ============LICENSE_END=====================================================
17
18# Note that the start.sh script sets the following System Properties
19# We provide default values here for testing purposes
Jakub Latusek2bd138d2020-10-21 13:36:29 +020020*/}}
Geora Barsky4b328b82018-08-01 12:02:33 -040021APP_HOME=.
22CONFIG_HOME=appconfig
23com.att.eelf.logging.path=src/main/resources
24com.att.eelf.logging.file=logback.xml
25logback.configurationFile=${com.att.eelf.logging.path}/${com.att.eelf.logging.file}
26
27schemaIngestPropLoc=${CONFIG_HOME}/schemaIngest.properties
28
29server.port=9501
30server.ssl.client-auth=want
31server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
32# Work-around for missing Java certificates file "cacerts". This default value should be overridden.
33server.ssl.trust-store=${CONFIG_HOME}/auth/tomcat_keystore
34
35server.tomcat.max-threads=200
36# The minimum number of threads always kept alive
37server.tomcat.min-spare-threads=25
38
39# Spring Boot logging
40logging.config=${logback.configurationFile}
41
42consumer.topic.names=poa-rule-validation
43publisher.topic.names=poa-audit-result
44
45topics.properties.location=${CONFIG_HOME}/topics/