Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/eggs/creating-a-custom-egg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ In this example, we are telling Wings to read `server.properties` in `/home/cont
- `ini`
- `json` (supports `*` notation)
- `xml` (supports `*` notation)
- `toml`

Once you have defined a parser, we then define a `find` block which tells Wings what specific elements to find and replace. In this example, we have provided four separate items within the `server.properties` file that we want to find and replace to the assigned values. You can use either an exact value, or define a specific server setting from the server configuration. In this case, we're assigning the default server port to be used as the `server.port` and `query.port`. **These placeholders are case sensitive, and should have no spaces in them.**

Expand Down