Merge of new rebased code
[appc.git] / appc-oam / appc-oam-bundle / src / main / resources / org / openecomp / appc / default.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # openECOMP : APP-C
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights
6 #                                               reserved.
7 # ================================================================================
8 # Licensed under the Apache License, Version 2.0 (the "License");
9 # you may not use this file except in compliance with the License.
10 # You may obtain a copy of the License at
11
12 #      http://www.apache.org/licenses/LICENSE-2.0
13
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 # ============LICENSE_END=========================================================
20 ###
21
22 #
23 # This property file supplies the configuration defaults for the APP-C controller
24 #
25 # Default values are supplied so that all defined properties have well-known values and are 
26 # valid even if a configuration file is not supplied.  This is done to ensure that a runnable,
27 # stable, and defined configuration exists at all times.  The reason the defaults are supplied
28 # via this property file and not in the code is so that the properties can be changed 
29 # easily if needed in the future.  Use of the "getProperty(name, default)" method is 
30 # discouraged because if the default value needs to be changed, everywhere in the code it 
31 # is used would have to be changed.  By loading the defaults in this property file, all 
32 # values can be defined in one place and support is easier.  This does mean that all 
33 # properties that are defined must have a default value supplied here.  Which also means
34 # this file documents all defined properties (not a bad thing either).
35 #
36 #--------------------------------------------------------------------------------------------
37 # The path and file used to load user-supplied configuration settings, if any 
38 org.openecomp.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
39 org.openecomp.appc.bootstrap.file=appc.properties
40
41 appc.application.name=APPC
42
43 #
44 # The path to search for logging configuration document, and the name of the document 
45 #
46 org.openecomp.appc.logging.path=${user.home},etc,../etc,.
47 org.openecomp.appc.logging.file=logback.xml
48
49