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: docs/velocity/admin/reference/system-properties.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
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.
4
4
---
5
5
6
6
# Velocity System Properties
7
7
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.
9
9
10
10
:::danger[Danger Ahead]
11
11
@@ -90,3 +90,10 @@ The default value shown may not be set for the property but will only be used by
90
90
91
91
-**default**: `true`
92
92
-**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