Kalkere Ramesh, Sharan (sk720x) | df63fb2 | 2019-02-21 18:34:56 -0500 | [diff] [blame] | 1 | # will be used as entry in DB to say SITE OFF/ON for healthcheck
|
| 2 | security:
|
| 3 | basic:
|
| 4 | enabled: false
|
| 5 | server:
|
| 6 | port: 8080
|
| 7 | tomcat:
|
| 8 | max-threads: 50
|
| 9 | ssl-enable: false
|
| 10 | mso:
|
| 11 | adapters:
|
| 12 | requestDb:
|
| 13 | auth: Basic YnBlbDptc28tZGItMTUwNyE=
|
| 14 | endpoint: http://localhost:8081
|
| 15 | logPath: logs
|
| 16 | site-name: localSite
|
| 17 | infra-requests:
|
| 18 | archived:
|
| 19 | period: 0
|
| 20 | spring:
|
| 21 | datasource:
|
Kalkere Ramesh, Sharan (sk720x) | 115018c | 2019-02-25 18:51:48 -0500 | [diff] [blame^] | 22 | jdbcUrl: jdbc:mariadb://localhost:3307/requestdb
|
Kalkere Ramesh, Sharan (sk720x) | df63fb2 | 2019-02-21 18:34:56 -0500 | [diff] [blame] | 23 | username: root
|
| 24 | password: password
|
| 25 | driver-class-name: org.mariadb.jdbc.Driver
|
| 26 | initialize: true
|
| 27 | initialization-mode: never
|
Kalkere Ramesh, Sharan (sk720x) | 1212fa1 | 2019-02-25 15:00:17 -0500 | [diff] [blame] | 28 | flyway:
|
| 29 | baseline-on-migrate: false
|
| 30 | url: jdbc:mariadb://localhost:3307/requestdb
|
| 31 | user: root
|
| 32 | password: password
|
Kalkere Ramesh, Sharan (sk720x) | df63fb2 | 2019-02-21 18:34:56 -0500 | [diff] [blame] | 33 | jpa:
|
| 34 | generate-ddl: false
|
| 35 | show-sql: false
|
| 36 | hibernate:
|
| 37 | ddl-auto: validate
|
| 38 | naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
|
| 39 | enable-lazy-load-no-trans: true
|
| 40 | database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
|
| 41 | security:
|
| 42 | usercredentials:
|
| 43 | -
|
| 44 | username: bpel
|
| 45 | password: '$2a$12$1xyutEZNfjGewIZRfKaE8eZE99f5sYFUmmM80BobI65KNjmcK0JuO'
|
| 46 | role: BPEL-Client
|
| 47 | -
|
| 48 | username: mso_admin
|
| 49 | password: '$2a$12$tidKuu.h88E2nuL95pTVY.ZOYMN/1dp29A9b1o.0GFDsVVSYlMkHa'
|
| 50 | role: ACTUATOR
|
| 51 | mariaDB4j:
|
| 52 | dataDir:
|
| 53 | port: 3307
|
| 54 | databaseName: requestdb
|
| 55 |
|
| 56 | management:
|
| 57 | endpoints:
|
| 58 | web:
|
| 59 | base-path: /manage
|
| 60 | server:
|
| 61 | servlet:
|
| 62 | context-path: /manage
|
| 63 | metrics:
|
| 64 | se-global-registry: false
|
| 65 | export:
|
| 66 | prometheus:
|
| 67 | enabled: true # Whether exporting of metrics to Prometheus is enabled.
|
Kalkere Ramesh, Sharan (sk720x) | 1212fa1 | 2019-02-25 15:00:17 -0500 | [diff] [blame] | 68 | step: 1m # Step size (i.e. reporting frequency) to use. |