init code
[vfc/nfvo/wfengine.git] / wso2 / wso2bpel-ext / wso2bpel-core / distribution / standalone / src / main / assembly / wso2bps-ext / conf / wso2bpel.yml
diff --git a/wso2/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/wso2bps-ext/conf/wso2bpel.yml b/wso2/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/wso2bps-ext/conf/wso2bpel.yml
new file mode 100644 (file)
index 0000000..b56bb5a
--- /dev/null
@@ -0,0 +1,73 @@
+#\r
+# Copyright 2016-2017 ZTE Corporation.\r
+#\r
+# Licensed under the Apache License, Version 2.0 (the "License");\r
+# you may not use this file except in compliance with the License.\r
+# You may obtain a copy of the License at\r
+#\r
+#     http://www.apache.org/licenses/LICENSE-2.0\r
+#\r
+# Unless required by applicable law or agreed to in writing, software\r
+# distributed under the License is distributed on an "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+# See the License for the specific language governing permissions and\r
+# limitations under the License.\r
+#\r
+\r
+template: Hello, %s!\r
+\r
+# defaultName: ${DW_DEFAULT_NAME:-Stranger}\r
+# the micro service ip\r
+serviceIp: \r
+msbServerAddr: http://127.0.0.1:80\r
+\r
+wso2Host: localhost\r
+wso2HostPort: 9443\r
+wso2AuthUserName: admin\r
+wso2AuthPassword: admin\r
+wso2Path: ../wso2bps\r
+wso2UploadFilePath: ../wso2bps/tmp/bpeluploads\r
+wso2SslJksFile: ../wso2bps/repository/resources/security/wso2carbon.jks\r
+wso2SslJksPassword: wso2carbon\r
+\r
+\r
+# use the simple server factory if you only want to run on a single port\r
+#server:\r
+#  type: simple\r
+#  connector:\r
+#    type: http\r
+#    port: 8080\r
+server:\r
+  type: simple\r
+  rootPath: '/openoapi/wso2bpel/v1/*'\r
+  applicationContextPath: /\r
+  adminContextPath: /admin\r
+  connector:\r
+    type: http\r
+    port: 8101\r
+\r
+# Logging settings.\r
+logging:\r
+\r
+  # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.\r
+  level: ALL\r
+\r
+  # Logger-specific levels.\r
+  loggers:\r
+\r
+    # Sets the level for 'com.example.app' to DEBUG.\r
+    org.openo.carbon.bpel.Wso2BpelApplication: INFO\r
+\r
+  appenders:\r
+    - type: console\r
+      threshold: INFO\r
+      timeZone: UTC\r
+      logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"\r
+    - type: file\r
+      threshold: INFO\r
+      logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"\r
+      currentLogFilename: ./logs/wso2bpel-ext.log\r
+      archivedLogFilenamePattern: ./logs/zip/wso2bpel-ext-%d{yyyy-MM-dd}.log.gz\r
+      archivedFileCount: 7\r
+      timeZone: UTC\r
+\r