Skip to content

Commit 690172c

Browse files
Tom Barnesrjeberhard
authored andcommitted
Custom overrides doc update.
1 parent 5c54df3 commit 690172c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/config-overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Here are some sample template override files.
203203

204204
The following `config.xml` override file demonstrates:
205205

206-
* Setting the `max-message-size` field on a WebLogic Server named `admin-server`. It assumes the original `config.xml` does not dfefine this value, and so uses `add` instead of `replace`.
206+
* Setting the `max-message-size` field on a WebLogic Server named `admin-server`. It assumes the original `config.xml` does not define this value, and so uses `add` instead of `replace`.
207207
* Sets the `public-address` and `public-port` fields with values obtained from a secret named `test-host` with keys `hostname` and `port`. It assumes the original config.xml already sets these fields, and so uses `replace` instead of `add`.
208208
* Sets two debug settings. It assumes the original config.xml does not have a `server-debug` stanza, so it uses `add` throughout the entire stanza.
209209

0 commit comments

Comments
 (0)