Skip to content

Commit ced20f5

Browse files
authored
Update CloudNativeDeployment.md
Adding more service configuration options documetation.
1 parent a3f3cb4 commit ced20f5

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

CloudNativeDeployment.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,23 @@ list some of the common application settings that you may want to customized dep
182182
| Name | Description | Default Value |
183183
| :--- | :--- | :--- |
184184
| spring.r2dbc.* | Database connection configuration. See Spring [data properties](https://docs.spring.io/spring-boot/appendix/application-properties/index.html#appendix.application-properties.data) settings for full details. | url: `r2dbc:h2:file:///./embedded-db/nhindconfig`<br> username: `sa`<br>password: `""` |
185-
| spring.sql.init.platform | Platform to use in the default schema generation script. Supported options are `h2`, `mysql`, and `postgresql` | h2 |
185+
| spring.sql.init.platform | Platform to use in the default schema generation script. Supported options are `h2`, `mysql`, and `postgresql` | `h2` |
186186
| spring.security.user.name | The basic auth username to access the configuration service API. | `admin` |
187187
| spring.security.user.password | The basic auth password to access the configuration service API. | `d1r3ct;` |
188188

189189
### Configuration UI
190+
191+
| Name | Description | Default Value |
192+
| :--- | :--- | :--- |
193+
| direct.webservice.security.basic.user.name | Basic auth user name to access to the configuration service API. | `admin` |
194+
| direct.webservice.security.basic.user.password | Basic auth password to access to the configuration service API. |`d1r3ct;` |
195+
| direct.config.service.url | URL of the configuration service API | `http://localhost:8082/' |
196+
| direct.configui.security.user.name | Username to login into the configuration UI web application | `admin` |
197+
| direct.configui.security.user.password | Password to login into the configuration UI web application | `direct` |
198+
199+
### Message Monitor
200+
201+
| :--- | :--- | :--- |
202+
| spring.data.* | Database connection configuration. See Spring [data properties](https://docs.spring.io/spring-boot/appendix/application-properties/index.html#appendix.application-properties.data) settings for full details. | url: `jdbc:derby:msgmonitor;create=true`<br> username: `nhind`<br>password: `nhind` |
203+
| spring.rabbitmq.* | RabbitMQ connection properties. See Spring [integration properties](https://docs.spring.io/spring-boot/appendix/application-properties/index.html#appendix.application-properties.integration) settings for full details. | host: `localhost`<br>port: `5672`<br>username: `guest`<br>password: `guest` |
204+

0 commit comments

Comments
 (0)