You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CloudNativeDeployment.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,8 +182,23 @@ list some of the common application settings that you may want to customized dep
182
182
| Name | Description | Default Value |
183
183
| :--- | :--- | :--- |
184
184
| 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`|
186
186
| spring.security.user.name | The basic auth username to access the configuration service API. |`admin`|
187
187
| spring.security.user.password | The basic auth password to access the configuration service API. |`d1r3ct;`|
188
188
189
189
### 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`|
0 commit comments