mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 11:18:40 +02:00
Add main server port and default
This commit is contained in:
parent
6238d6dd08
commit
4c41e659b5
@ -64,6 +64,17 @@
|
||||
"rules": "required|string|max:20",
|
||||
"sort": null,
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
"name": "Server Port",
|
||||
"description": "Main Port",
|
||||
"env_variable": "SERVER_PORT",
|
||||
"default_value": "27015",
|
||||
"user_viewable": true,
|
||||
"user_editable": false,
|
||||
"rules": "required|port",
|
||||
"sort": null,
|
||||
"field_type": "text"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user