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