Update egg-pix-a-r-k.json

Added App ID variable
This commit is contained in:
KennyBZA 2018-05-17 14:50:07 +02:00 committed by GitHub
parent e961116d71
commit 15c41a5e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2018-05-17T14:33:08+02:00",
"exported_at": "2018-05-17T14:49:19+02:00",
"name": "PixARK",
"author": "hello@venatus.digital",
"description": "A simple Docker container with Wine to run PixARK using Pterodactyl Panel",
@ -76,6 +76,15 @@
"user_viewable": 1,
"user_editable": 0,
"rules": "required|numeric|digits_between:1,4"
},
{
"name": "App ID",
"description": "PixARK Source App ID",
"env_variable": "SRCDS_APPID",
"default_value": "824360",
"user_viewable": 0,
"user_editable": 0,
"rules": "required|numeric|digits_between:1,4"
}
]
}