Skip to content

Commit 93cbeb0

Browse files
committed
typo
1 parent 5e28183 commit 93cbeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/server-docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This page describes the various configuration properties used in the application
3030
| `SERVER_ADMIN_USERNAME` | Automatically grants Admin Role to User with this Username on register, or startup. | - | Any username |
3131
| `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) |
3232
| `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 |
3434

3535
## VOLUMES
3636

0 commit comments

Comments
 (0)