d9ba7a04528ca596e32fc261c04b50e7b651ae8e
[appc.git] / appc-sequence-generator / appc-sequence-generator-bundle / src / main / resources / org.openecomp.appc / default.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP : APP-C
4 # ================================================================================
5 # Copyright (C) 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
21 #
22 # This property file supplies the configuration defaults for the APP-C controller
23 #
24 # Default values are supplied so that all defined properties have well-known values and are 
25 # valid even if a configuration file is not supplied.  This is done to ensure that a runnable,
26 # stable, and defined configuration exists at all times.  The reason the defaults are supplied
27 # via this property file and not in the code is so that the properties can be changed 
28 # easily if needed in the future.  Use of the "getProperty(name, default)" method is 
29 # discouraged because if the default value needs to be changed, everywhere in the code it 
30 # is used would have to be changed.  By loading the defaults in this property file, all 
31 # values can be defined in one place and support is easier.  This does mean that all 
32 # properties that are defined must have a default value supplied here.  Which also means
33 # this file documents all defined properties (not a bad thing either).
34 #
35 #--------------------------------------------------------------------------------------------
36 # The path and file used to load user-supplied configuration settings, if any 
37 org.onap.appc.bootstrap.file=appc.properties
38 org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
39
40 appc.application.name=APPC
41
42 #
43 # The path to search for logging configuration document, and the name of the document 
44 #
45 org.onap.appc.logging.path=${user.home},etc,../etc,.
46 org.onap.appc.logging.file=logback.xml 
47
48
49 # The DG properties 
50 #
51 appc.service.logic.module.name=APPC
52 appc.topology.dg.method=topology-operation-all
53 appc.topology.dg.version=2.0.0
54