fix: remove unused options

This commit is contained in:
ATAlgaba
2026-01-18 13:15:20 +01:00
parent 2c1cee8fc6
commit 034bd8ab46
2 changed files with 0 additions and 22 deletions

View File

@@ -309,18 +309,6 @@
],
"sort": 24
},
{
"name": "Unencrypted Auth Session",
"description": "Enable it to store the Authorization Session as a token in the root server. Needed if the server is not able to store an encrypted auth session. Intended for game server providers.",
"env_variable": "UNENCRYPTED_AUTH_SESSION",
"default_value": "0",
"user_viewable": true,
"user_editable": true,
"rules": [
"boolean"
],
"sort": 23
},
{
"name": "Patchline",
"description": "What release channel you want to use",

View File

@@ -260,16 +260,6 @@
"rules": "required|integer|between:1,65535",
"field_type": "text"
},
{
"name": "Unencrypted Auth Session",
"description": "Enable it to store the Authorization Session as a token in the root server. Needed if the server is not able to store an encrypted auth session. Intended for game server providers.",
"env_variable": "UNENCRYPTED_AUTH_SESSION",
"default_value": "0",
"user_viewable": true,
"user_editable": true,
"rules": "required|boolean",
"field_type": "text"
},
{
"name": "Override Session Token",
"description": "Optional session token used to override the normal server authentication process. This option only takes effect when both override tokens are set. If left empty, the server will request authentication on startup. Intended for game server providers.",