Add serviceIp property which is used to config wso2-ext microservice ipaddress
[vfc/nfvo/wfengine.git] / wso2bpel-ext / wso2bpel-core / distribution / standalone / src / main / assembly / wso2bps-ext / conf / wso2bpel.yml
1 #\r
2 # Copyright 2016 ZTE Corporation.\r
3 #\r
4 # Licensed under the Apache License, Version 2.0 (the "License");\r
5 # you may not use this file except in compliance with the License.\r
6 # You may obtain a copy of the License at\r
7 #\r
8 #     http://www.apache.org/licenses/LICENSE-2.0\r
9 #\r
10 # Unless required by applicable law or agreed to in writing, software\r
11 # distributed under the License is distributed on an "AS IS" BASIS,\r
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13 # See the License for the specific language governing permissions and\r
14 # limitations under the License.\r
15 #\r
16 \r
17 template: Hello, %s!\r
18 \r
19 # defaultName: ${DW_DEFAULT_NAME:-Stranger}\r
20 # the micro service ip\r
21 serviceIp: \r
22 msbServerAddr: http://127.0.0.1:80\r
23 \r
24 wso2Host: localhost\r
25 wso2HostPort: 9443\r
26 wso2AuthUserName: admin\r
27 wso2AuthPassword: admin\r
28 wso2Path: ../../wso2bps\r
29 wso2UploadFilePath: ../../wso2bps/tmp/bpeluploads\r
30 wso2SslJksFile: ../../wso2bps/repository/resources/security/wso2carbon.jks\r
31 wso2SslJksPassword: wso2carbon\r
32 \r
33 \r
34 # use the simple server factory if you only want to run on a single port\r
35 #server:\r
36 #  type: simple\r
37 #  connector:\r
38 #    type: http\r
39 #    port: 8080\r
40 server:\r
41   type: simple\r
42   rootPath: '/openoapi/wso2bpel/v1/*'\r
43   applicationContextPath: /\r
44   adminContextPath: /admin\r
45   connector:\r
46     type: http\r
47     port: 8101\r
48 \r
49 # Logging settings.\r
50 logging:\r
51 \r
52   # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.\r
53   level: ALL\r
54 \r
55   # Logger-specific levels.\r
56   loggers:\r
57 \r
58     # Sets the level for 'com.example.app' to DEBUG.\r
59     org.openo.carbon.bpel.Wso2BpelApplication: INFO\r
60 \r
61   appenders:\r
62     - type: console\r
63       threshold: INFO\r
64       timeZone: UTC\r
65       logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"\r
66     - type: file\r
67       threshold: INFO\r
68       logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"\r
69       currentLogFilename: ./logs/wso2bpel-ext.log\r
70       archivedLogFilenamePattern: ./logs/zip/wso2bpel-ext-%d{yyyy-MM-dd}.log.gz\r
71       archivedFileCount: 7\r
72       timeZone: UTC\r
73 \r