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/server-docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This page describes the various configuration properties used in the application
30
30
|`SERVER_ADMIN_USERNAME`| Automatically grants Admin Role to User with this Username on register, or startup. | - | Any username |
31
31
|`SERVER_ADMIN_PASSWORD`| Resets the admin user password to this password on startup. Only used for password reset in case of lockout. ⚠️ CAUTION: This won't register a new account for you! | - | Any password (No Length Validation) |
32
32
|`SERVER_API_DOCS_ENABLED`| Enables the API Specification Documenation on `/api/docs`, `/api/docs-json` & `/api/docs/yaml`. |`false`|`true`, `false`|
33
-
|`SERVER_MAX_DOWNLOAD_BANDWIDTH_IN_KBPS`| Maximum bandwidth for downloads on this server in KB/s. ⚠️ CAUTION: Too high number may crash the server upon game download. |`10485760` (10 GiB/s) | Any Number |
33
+
|`SERVER_MAX_DOWNLOAD_BANDWIDTH_IN_KBPS`| Maximum bandwidth for downloads on this server in KiB/s. ⚠️ CAUTION: Too high number may crash the server upon game download. |`10485760` (10 GiB/s) | Any Number |
0 commit comments