Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame^] | 1 | # will be used as entry in DB to say SITE OFF/ON for healthcheck |
| 2 | |
| 3 | server: |
| 4 | port: 8080 |
| 5 | tomcat: |
| 6 | max-threads: 50 |
| 7 | ssl-enable: false |
| 8 | |
| 9 | apih-healthcheck-urn: /ecomp/mso/healthcheck,/ecomp/mso/homing/healthcheck,/ecomp/mso/infra/healthcheck,/asdc/healthcheck,/dbadapters/healthcheck,/ecomp/mso/catalog/v2/healthcheck |
| 10 | jra-healthcheck-urn: /networks/rest/healthcheck,/adapters/rest/healthcheck,/vnfs/rest/healthcheck,/tenants/rest/healthcheck,/appc/rest/healthcheck,/workflows/messages/healthcheck |
| 11 | camunda-healthcheck-urn: /mso/healthcheck |
| 12 | |
| 13 | apih-nodehealthcheck-urn: /ecomp/mso/infra/nodehealthcheck |
| 14 | jra-nodehealthcheck-urn: /adapters/rest/nodehealthcheck |
| 15 | camunda-nodehealthcheck-urn: /mso/nodehealthcheck |
| 16 | |
| 17 | |
| 18 | |
| 19 | mso: |
| 20 | logPath: logs |
| 21 | site-name: mtanj |
| 22 | catalog: |
| 23 | db: |
| 24 | spring: |
| 25 | endpoint: "http://localhost:" |
| 26 | db: |
| 27 | auth: Basic YnBlbDptc28tZGItMTUwNyE= |
| 28 | config: |
| 29 | path: /src/main/resources/ |
| 30 | infra: |
| 31 | default: |
| 32 | alacarte: |
| 33 | orchestrationUri: /mso/async/services/ALaCarteOrchestrator |
| 34 | recipeTimeout: 180 |
| 35 | testApi: GR_API |
| 36 | service: |
| 37 | macro: |
| 38 | default: |
| 39 | testApi: GR_API |
| 40 | versions: |
| 41 | apiMinorVersion: 0 |
| 42 | apiPatchVersion: 0 |
| 43 | camundaURL: http://localhost:${wiremock.server.port}/ |
| 44 | camundaAuth: F8E9452B55DDE4CCE77547B0E748105C54CF5EF1351B4E2CBAABF2981EFE776D |
| 45 | async: |
| 46 | core-pool-size: 50 |
| 47 | max-pool-size: 50 |
| 48 | queue-capacity: 500 |
| 49 | sdc: |
| 50 | client: |
| 51 | auth: F3473596C526938329DF877495B494DC374D1C4198ED3AD305EA3ADCBBDA1862 |
| 52 | activate: |
| 53 | instanceid: test |
| 54 | userid: cs0008 |
| 55 | endpoint: http://localhost:${wiremock.server.port} |
| 56 | msoKey: 07a7159d3bf51a0e53be7a8f89699be7 |
| 57 | tenant: |
| 58 | isolation: |
| 59 | retry: |
| 60 | count: 3 |
| 61 | aai: |
| 62 | endpoint: http://localhost:${wiremock.server.port} |
| 63 | auth: 26AFB797A6A57960D5D718491925C50F77CDC22AC394B3DBA09950D8FD1C0764 |
| 64 | grm: |
| 65 | endpoint: http://localhost:${wiremock.server.port} |
| 66 | username: gmruser |
| 67 | password: test |
| 68 | so: |
| 69 | operational-environment: |
| 70 | dmaap: |
| 71 | username: testuser |
| 72 | password: VjR5NDcxSzA= |
| 73 | host: http://localhost:${wiremock.server.port} |
| 74 | publisher: |
| 75 | topic: test.operationalEnvironmentEvent |
| 76 | |
| 77 | |
| 78 | spring: |
| 79 | datasource: |
| 80 | url: jdbc:mariadb://localhost:3307/catalogdb |
| 81 | username: root |
| 82 | password: password |
| 83 | driver-class-name: org.mariadb.jdbc.Driver |
| 84 | initialize: true |
| 85 | initialization-mode: never |
| 86 | jpa: |
| 87 | generate-ddl: false |
| 88 | show-sql: false |
| 89 | hibernate: |
| 90 | ddl-auto: none |
| 91 | naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy |
| 92 | enable-lazy-load-no-trans: true |
| 93 | database-platform: org.hibernate.dialect.MySQL5InnoDBDialect |
| 94 | jersey: |
| 95 | type: filter |
| 96 | security: |
| 97 | usercredentials: |
| 98 | - |
| 99 | username: test |
| 100 | password: '$2a$12$Zi3AuYcZoZO/gBQyUtST2.F5N6HqcTtaNci2Et.ufsQhski56srIu' |
| 101 | role: InfraPortal-Client |
| 102 | request: |
| 103 | datasource: |
| 104 | url: jdbc:mariadb://localhost:3307/requestdb |
| 105 | username: root |
| 106 | password: password |
| 107 | driver-class-name: org.mariadb.jdbc.Driver |
| 108 | intialize: false |
| 109 | |
| 110 | mariaDB4j: |
| 111 | dataDir: |
| 112 | port: 3307 |
| 113 | databaseName: catalogdb |
| 114 | databaseName2: requestdb |
| 115 | #Actuator |
| 116 | management: |
| 117 | context-path: /manage |
| 118 | endpoints: |
| 119 | enabled-by-default: false |
| 120 | endpoint: |
| 121 | info: |
| 122 | enabled: true |
| 123 | health: |
| 124 | enabled: true |