mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-25 15:02:53 +08:00
remove port editable rules for end-users
This commit is contained in:
parent
bcfd7d36dc
commit
ed7b6a3400
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2023-10-30T12:50:45-04:00",
|
"exported_at": "2023-10-30T13:56:57-04:00",
|
||||||
"name": "ARK: Survival Ascended",
|
"name": "ARK: Survival Ascended",
|
||||||
"author": "blood@darkartsgaming.com",
|
"author": "blood@darkartsgaming.com",
|
||||||
"description": "ARK is reimagined from the ground-up into the next-generation of video game technology with Unreal Engine 5! Form a tribe, tame & breed hundreds of unique dinosaurs and primeval creatures, explore, craft, build, and fight your way to the top of the food-chain. Your new world awaits!",
|
"description": "ARK is reimagined from the ground-up into the next-generation of video game technology with Unreal Engine 5! Form a tribe, tame & breed hundreds of unique dinosaurs and primeval creatures, explore, craft, build, and fight your way to the top of the food-chain. Your new world awaits!",
|
||||||
@ -116,7 +116,7 @@
|
|||||||
"env_variable": "QUERY_PORT",
|
"env_variable": "QUERY_PORT",
|
||||||
"default_value": "27015",
|
"default_value": "27015",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": false,
|
||||||
"rules": "required|integer|min:1025|max:65535",
|
"rules": "required|integer|min:1025|max:65535",
|
||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
},
|
},
|
||||||
@ -156,7 +156,7 @@
|
|||||||
"env_variable": "RCON_PORT",
|
"env_variable": "RCON_PORT",
|
||||||
"default_value": "37015",
|
"default_value": "37015",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": false,
|
||||||
"rules": "required|integer|min:1025|max:65535",
|
"rules": "required|integer|min:1025|max:65535",
|
||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user