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-port: 8080 |
| 4 | ssl-enable: false |
| 5 | |
| 6 | |
| 7 | |
| 8 | spring: |
| 9 | datasource: |
| 10 | url: jdbc:mariadb://localhost:3307/catalogdb |
| 11 | username: root |
| 12 | password: password |
| 13 | driver-class-name: org.mariadb.jdbc.Driver |
| 14 | initialize: true |
| 15 | initialization-mode: never |
| 16 | jpa: |
| 17 | generate-ddl: false |
| 18 | show-sql: false |
| 19 | hibernate: |
| 20 | ddl-auto: none |
| 21 | naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy |
| 22 | enable-lazy-load-no-trans: true |
| 23 | database-platform: org.hibernate.dialect.MySQL5InnoDBDialect |
| 24 | security: |
| 25 | usercredentials: |
| 26 | - |
| 27 | username: test |
| 28 | password: '$2a$12$Zi3AuYcZoZO/gBQyUtST2.F5N6HqcTtaNci2Et.ufsQhski56srIu' |
| 29 | role: Asdc-Client |
| 30 | |
| 31 | mariaDB4j: |
| 32 | dataDir: |
| 33 | port: 3307 |
| 34 | databaseName: catalogdb |
| 35 | databaseName2: requestdb |
| 36 | |
| 37 | request: |
| 38 | datasource: |
| 39 | url: jdbc:mariadb://localhost:3307/requestdb |
| 40 | username: root |
| 41 | password: password |
| 42 | driver-class-name: org.mariadb.jdbc.Driver |
| 43 | |
| 44 | |
| 45 | #Actuator |
| 46 | management: |
| 47 | endpoints: |
| 48 | enabled-by-default: false |
| 49 | endpoint: |
| 50 | info: |
| 51 | enabled: true |
| 52 | |
| 53 | mso: |
Benjamin, Max (mb388a) | 22c8139 | 2018-08-24 09:23:29 -0400 | [diff] [blame] | 54 | adapters: |
| 55 | requestDb: |
| 56 | auth: Basic YnBlbDptc28tZGItMTUwNyE= |
| 57 | endpoint: http://localhost:8081 |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 58 | logPath: logs |
| 59 | catalog: |
| 60 | db: |
| 61 | spring: |
| 62 | endpoint: "http://localhost:" |
| 63 | db: |
| 64 | auth: Basic YnBlbDptc28tZGItMTUwNyE= |
| 65 | site-name: siteName |
| 66 | asdc-connections: |
| 67 | asdc-controller1: |
| 68 | user: msopreist |
| 69 | consumerGroup: msoasdc-id-local |
| 70 | consumerId: msoasdc-id-local |
| 71 | environmentName: Pre-IST |
| 72 | asdcAddress: localhost:8443 |
| 73 | password: 658D6E9E0C087547284339181615C358 |
| 74 | pollingInterval: 30 |
| 75 | pollingTimeout: 30 |
| 76 | relevantArtifactTypes: HEAT,HEAT_ENV,HEAT_VOL |
| 77 | activateServerTLSAuth: false |
| 78 | keyStorePassword: |
| 79 | keyStorePath: |
| 80 | watchDogTimeout: 1 |
| 81 | isFilterInEmptyResources: true |
| 82 | messageBusAddress: localhost,localhost |
| 83 | asdc: |
| 84 | config: |
| 85 | key: 566B754875657232314F5548556D3665 |
| 86 | components: |
| 87 | count: 3, |
| 88 | componentNames: SO,AAI,SDNC |
| 89 | scheduling: |
| 90 | enabled: false |
| 91 | aai: |
| 92 | endpoint: http://localhost:${wiremock.server.port} |