Rohan Patel | 6f7e46b | 2019-09-25 14:35:28 -0400 | [diff] [blame] | 1 | otf:
|
| 2 | environment: ${ENV}
|
| 3 | mode: 'debug'
|
| 4 | camunda:
|
| 5 | bpm:
|
| 6 | admin-user:
|
| 7 | id: 'username'
|
| 8 | password: 'password'
|
| 9 | firstName: 'firstname'
|
| 10 | executor:
|
| 11 | async.core-pool-size: 50
|
| 12 | async.max-pool-size: 400
|
| 13 | async.queue-capacity: 25
|
| 14 | external-task-client:
|
| 15 | retry-limit: 0
|
| 16 | fetch-interval-ms: 1000
|
| 17 | lock-duration-ms: 43200000
|
| 18 | max-tasks: 10
|
| 19 | worker-id: 'otf-camunda-etw'
|
| 20 | graceful-shutdown:
|
| 21 | wait-time: 300000
|
| 22 | executors-active: ${EXECUTORS_ACTIVE}
|
| 23 | mysql:
|
| 24 | url: jdbc:mysql://${OTF_CAMUNDA_DB_URL}?useSSL=false&serverTimezone=UTC #&logger=com.mysql.cj.log.Slf4JLogger&profileSQL=true
|
| 25 | username: ${OTF_CAMUNDA_DB_USERNAME}
|
| 26 | password: ${OTF_CAMUNDA_DB_PASSWORD}
|
| 27 | cadi:
|
Chen, Jackie (jv246a) | 321c6b5 | 2021-01-19 14:59:43 -0500 | [diff] [blame^] | 28 | enabled: false
|
Rohan Patel | 6f7e46b | 2019-09-25 14:35:28 -0400 | [diff] [blame] | 29 | aaf-mech-id: ${AAF_ID}
|
| 30 | aaf-mech-password: ${AAF_MECH_PASSWORD}
|
| 31 | aaf-perm-type: ${AAF_PERM_TYPE}
|
| 32 | hostname: ${CADI_HOSTNAME}
|
| 33 | keyfile: ${CADI_KEYFILE}
|
| 34 | aaf-call-timeout: 10000
|
| 35 | aaf-conn-timeout: 6000
|
| 36 | aaf-default-realm: 'localhost'
|
| 37 | aaf-env: 'PROD'
|
| 38 | aaf-locate-url: 'https://localhost'
|
| 39 | aaf-lur-class: 'org.onap.aaf.cadi.aaf.v2_0.AAFLurPerm'
|
| 40 | aaf-url: 'https://localhost'
|
| 41 | basic-realm: 'localhost'
|
| 42 | basic-warn: true
|
| 43 | cadi-latitude: '38.62782'
|
| 44 | cadi-logLevel: '16384'
|
| 45 | cadi-longitude: '-90.19458'
|
| 46 | cadi-protocols: 'TLSv1.1,TLSv1.2'
|
| 47 |
|
| 48 | mongo:
|
| 49 | hosts: ${OTF_MONGO_HOSTS}
|
| 50 | username: ${OTF_MONGO_USERNAME}
|
| 51 | password: ${OTF_MONGO_PASSWORD}
|
| 52 | replica-set: ${OTF_MONGO_REPLICASET}
|
| 53 | database: ${OTF_MONGO_DATABASE}
|
Chen, Jackie (jv246a) | 321c6b5 | 2021-01-19 14:59:43 -0500 | [diff] [blame^] | 54 | # ssl:
|
| 55 | # key-store-type: 'PKCS12'
|
| 56 | # keystore-path: ${OTF_CERT_PATH}
|
| 57 | # keystore-password: ${OTF_CERT_PASS}
|
Rohan Patel | 6f7e46b | 2019-09-25 14:35:28 -0400 | [diff] [blame] | 58 |
|
| 59 | #https://stackoverflow.com/questions/50387638/spring-boot-jersey-type-filter-bad-request-400-for-service-consumes-multipar/50423639#50423639
|
| 60 | spring.jersey.filter.order: -100000
|
| 61 | spring.main.allow-bean-definition-overriding: true
|
| 62 | server:
|
| 63 | port: 8443
|
| 64 | port.http: 8000
|
| 65 | tomcat.max-threads: 800
|
| 66 | # ssl:
|
Chen, Jackie (jv246a) | 321c6b5 | 2021-01-19 14:59:43 -0500 | [diff] [blame^] | 67 | # key-store-type: 'PKCS12'
|
| 68 | # key-store: ${OTF_CERT_PATH}
|
| 69 | # key-store-password: ${OTF_CERT_PASS}
|
Rohan Patel | 6f7e46b | 2019-09-25 14:35:28 -0400 | [diff] [blame] | 70 | security:
|
Chen, Jackie (jv246a) | 321c6b5 | 2021-01-19 14:59:43 -0500 | [diff] [blame^] | 71 | https-only: false
|
Rohan Patel | 6f7e46b | 2019-09-25 14:35:28 -0400 | [diff] [blame] | 72 | require-ssl: false
|
| 73 | server.port: 8443
|
| 74 | server.port.http: 8080
|
| 75 | # server.tomcat.max-threads=800
|
| 76 | # security.require-ssl=true
|
| 77 | # server.ssl.key-store-type=PKCS12
|
| 78 | # server.ssl.key-store=${OTF_CERT_PATH}
|
| 79 | # server.ssl.key-store-password=${OTF_CERT_PASS}
|
| 80 |
|
| 81 | camunda.bpm.job-execution.enabled: true
|
| 82 | camunda.bpm.job-execution.queueSize: 25
|
| 83 | camunda.bpm.job-execution.corePoolSize: 50
|
| 84 | camunda.bpm.job-execution.maxPoolSize: 400
|
| 85 | #camunda.bpm.job-execution.max-jobs-per-acquisition: 99
|
| 86 |
|
| 87 | camunda.bpm.database.schema-update: true
|
| 88 | logging:
|
| 89 | level:
|
| 90 | com.zaxxer.hikari: DEBUG
|
| 91 |
|
| 92 | logging.file.max-history: 5
|
| 93 | logging.file: otf/logs/camunda.log
|
| 94 | logging.path: otf/logs
|
| 95 |
|
| 96 | #logging:
|
| 97 | # level:
|
| 98 | # org.camunda.bpm.engine.jobexecutor: OFF
|
| 99 | # org.camunda.bpm.engine.context: OFF
|
| 100 | # org.camunda.bpm.extension.reactor.projectreactor: OFF
|
| 101 | #org.camunda.bpm.extension.reactor.projectreactor.routing.ConsumerFilterRouter: OFF
|
| 102 | #org.camunda.bpm.extension.reactor.projectreactor: INFO
|
| 103 | #org.camunda.engine.ProcessEngineException: INFO
|
| 104 | #org.camunda.bpm.cfg: DEBUG
|
| 105 | #org.camunda.bpm.engine.impl.persistence.entity.JobEntity: DEBUG
|
| 106 | #org.camunda.bpm.engine.cmd: DEBUG
|
| 107 | #org.springframework.web: DEBUG
|
| 108 | #org.camunda.bpm.engine.rest: DEBUG
|