Skip to content

Commit 6b885f7

Browse files
authored
chore: add Velocity environment variables (#551)
1 parent 937ba92 commit 6b885f7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
slug: /reference/system-properties
3-
description: Documentation for the system properties Velocity may check.
3+
description: Documentation for the system properties and environment variables Velocity may check.
44
---
55

66
# Velocity System Properties
77

8-
These system properties can be set when you start your server allowing for the configuration of various settings.
8+
These system properties and environment variables can be set when you start your server allowing for the configuration of various settings.
99

1010
:::danger[Danger Ahead]
1111

@@ -90,3 +90,10 @@ The default value shown may not be set for the property but will only be used by
9090

9191
- **default**: `true`
9292
- **description**: Whether the client should disconnect on packet errors. Temporarily added in MC 1.20.5 and removed in 1.21.2 to help modded servers transition to this change.
93+
94+
## List of environment variables
95+
96+
#### VELOCITY_FORWARDING_SECRET
97+
98+
- **default**: `unset`
99+
- **description**: Overrides the forwarding secret inside the [`forwarding-secret-file`](./configuration.md#root-section).

0 commit comments

Comments
 (0)