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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This page describes the various configuration properties used in the application
31
31
|`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 |
32
32
|`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) |
33
33
|`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`|
35
35
|`SERVER_MAX_DOWNLOAD_BANDWIDTH_IN_KBPS`| Maximum bandwidth for downloads on this server in KB/s. | - (Unlimited) | Any Number |
36
36
|`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`|
37
37
|`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