Skip to content

Commit 5ac3ccd

Browse files
authored
Update configuration.md
1 parent 3e07636 commit 5ac3ccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/server-docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This page describes the various configuration properties used in the application
3131
| `SERVER_ADMIN_USERNAME` | Used for role recovery of existing users. The server grants Admin Role to an existing User with this username on register or startup. **⚠️ This won't register a new account!** | - | Any username |
3232
| `SERVER_ADMIN_PASSWORD` | Used for password recovery of existing users. Resets the password of the existing user with the username set in `SERVER_ADMIN_USERNAME` to this password on startup. **⚠️ This won't register a new account!** | - | Any password (No Length Validation) |
3333
| `SERVER_API_DOCS_ENABLED` | Enables the API Documentation on `/api/docs`, `/api/docs-json` & `/api/docs/yaml`. | `false` | `true`, `false` |
34-
| `SERVER_LANDING_PAGE_ENABLED` | Whether or not the landing page ("GameVault UI is in Another Castle!") should be shown for lost users. | `true` | `true`, `false` |
34+
| `SERVER_WEB_UI_ENABLED` | Whether or not the web ui should be used. | `true` | `true`, `false` |
3535
| `SERVER_MAX_DOWNLOAD_BANDWIDTH_IN_KBPS` | Maximum bandwidth for downloads on this server in KB/s. | - (Unlimited) | Any Number |
3636
| `SERVER_ONLINE_ACTIVITIES_DISABLED` | Whether or not the server should listen to online activities like "ONLINE", "BUSY", "PLAYING" etc. If this is set to true, all users will always be shown as offline. | `false` | `true`, `false` |
3737
| `SERVER_STACK_TRACE_LIMIT` | Configures the maximum number of stack frames to display in error stack traces, with a higher value providing more detailed debugging information. | `10` | Any Number |

0 commit comments

Comments
 (0)