ce257b6daf920037d75dfe39b41eeeec24482735
[vfc/nfvo/wfengine.git] / wfenginemgrservice / src / main / docker / bin / conf / workflow.yml
1 apidescription: ACTIVITI EXT rest API
2
3 # use the simple server factory if you only want to run on a single port
4 #server:
5 #  type: simple
6 #  connector:
7 #    type: http
8 #    port: 12003
9 server:
10   type: simple
11   rootPath: '/api/workflow/v1/*'
12   applicationContextPath: /
13   adminContextPath: /admin
14   connector:
15     type: http
16     port: 8804
17
18 # Logging settings.
19 logging:
20
21   # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
22   level: INFO
23
24   # Logger-specific levels.
25   loggers:
26
27     # Sets the level for 'com.example.app' to DEBUG.
28     org.onap.workflow.WorkflowApp: DEBUG
29   
30   appenders:
31       # - type: console
32       #   threshold: INFO
33        #  timeZone: UTC
34        #  logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"
35     - type: console
36       threshold: INFO
37       timeZone: UTC
38       logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"
39     - type: file
40       threshold: INFO
41       logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"
42       currentLogFilename: ./works/logs/workflow.log
43       archivedLogFilenamePattern: ./works/logs/zip/workflow-%d{yyyy-MM-dd}.log.gz
44       archivedFileCount: 7
45       timeZone: UTC
46
47 msbClientConfig:
48   msbSvrIp: 127.0.0.1
49   msbSvrPort: 80