Skip to content

Commit b00d648

Browse files
feat: document session and services host properties (#490)
* Document session and services host properties * Remove duplicate new line Co-authored-by: Ollie <69084614+olijeffers0n@users.noreply.github.com> --------- Co-authored-by: Ollie <69084614+olijeffers0n@users.noreply.github.com>
1 parent 7223917 commit b00d648

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/paper/admin/reference/system-properties.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,16 @@ It also remaps plugin CB calls to remove the version information.
225225
- **default**: `false`
226226
- **description**: Disables the folder walk and symlink validation when loading a world. Significantly improves world loading speed on massive worlds (>1TB). This does not disable symlink verification of datapacks.
227227

228+
#### minecraft.api.session.host
229+
230+
- **default**: `https://sessionserver.mojang.com`
231+
- **description**: Allows specifying of a custom session server URL e.g. for caching. [`minecraft.api.services.host`](#minecraftapiserviceshost) needs to be set too for this to apply.
232+
233+
#### minecraft.api.services.host
234+
235+
- **default**: `https://api.minecraftservices.com`
236+
- **description**: Allows specifying of a custom services API URL e.g. for caching. [`minecraft.api.session.host`](#minecraftapisessionhost) needs to be set too for this to apply.
237+
228238
## List of environment variables
229239

230240
#### PAPER_VELOCITY_SECRET

0 commit comments

Comments
 (0)