|
1 | 1 | # cosmotech-api |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Cosmo Tech Platform API |
6 | 6 |
|
@@ -48,10 +48,31 @@ Cosmo Tech Platform API |
48 | 48 | | config.csm.platform.identityProvider.identity.clientSecret | string | `"changeme"` | | |
49 | 49 | | config.csm.platform.identityProvider.identity.tenantId | string | `"changeme"` | | |
50 | 50 | | config.csm.platform.identityProvider.serverBaseUrl | string | `"changeme"` | | |
| 51 | +| config.csm.platform.identityProvider.tls.bundle | string | `"changeme"` | | |
| 52 | +| config.csm.platform.identityProvider.tls.enabled | bool | `false` | | |
51 | 53 | | config.csm.platform.identityProvider.tokenUrl | string | `"changeme"` | | |
| 54 | +| config.csm.platform.internalResultServices.enabled | bool | `false` | | |
| 55 | +| config.csm.platform.internalResultServices.eventBus.enabled | bool | `true` | | |
| 56 | +| config.csm.platform.internalResultServices.eventBus.host | string | `"localhost"` | | |
| 57 | +| config.csm.platform.internalResultServices.eventBus.listener.password | string | `"changeme"` | | |
| 58 | +| config.csm.platform.internalResultServices.eventBus.listener.username | string | `"changeme"` | | |
| 59 | +| config.csm.platform.internalResultServices.eventBus.port | int | `5672` | | |
| 60 | +| config.csm.platform.internalResultServices.eventBus.sender.password | string | `"changeme"` | | |
| 61 | +| config.csm.platform.internalResultServices.eventBus.sender.username | string | `"changeme"` | | |
| 62 | +| config.csm.platform.internalResultServices.eventBus.tls.bundle | string | `""` | | |
| 63 | +| config.csm.platform.internalResultServices.eventBus.tls.enabled | bool | `false` | | |
| 64 | +| config.csm.platform.internalResultServices.storage.admin.password | string | `"changeme"` | | |
| 65 | +| config.csm.platform.internalResultServices.storage.admin.username | string | `"changeme"` | | |
| 66 | +| config.csm.platform.internalResultServices.storage.host | string | `"localhost"` | | |
| 67 | +| config.csm.platform.internalResultServices.storage.port | int | `5432` | | |
| 68 | +| config.csm.platform.internalResultServices.storage.reader.password | string | `"changeme"` | | |
| 69 | +| config.csm.platform.internalResultServices.storage.reader.username | string | `"changeme"` | | |
| 70 | +| config.csm.platform.internalResultServices.storage.writer.password | string | `"changeme"` | | |
| 71 | +| config.csm.platform.internalResultServices.storage.writer.username | string | `"changeme"` | | |
52 | 72 | | config.csm.platform.twincache.host | string | `"redis.host.changeme"` | | |
53 | 73 | | config.csm.platform.twincache.password | string | `"changeme"` | | |
54 | 74 | | config.csm.platform.twincache.port | int | `6379` | | |
| 75 | +| config.csm.platform.twincache.tls.bundle | string | `""` | | |
55 | 76 | | config.csm.platform.twincache.tls.enabled | bool | `false` | | |
56 | 77 | | config.csm.platform.twincache.username | string | `"default"` | | |
57 | 78 | | deploymentStrategy | object | `{"rollingUpdate":{"maxSurge":1,"maxUnavailable":"50%"},"type":"RollingUpdate"}` | Deployment strategy | |
|
0 commit comments