Update egg-bun.json (#2466)

Update Bun: to use the right variable names
This commit is contained in:
Shinaii 2023-09-13 17:53:08 +02:00 committed by GitHub
parent 12b8ebba24
commit 83fa92a600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-08-27T11:46:37+02:00",
"exported_at": "2023-09-13T17:51:41+02:00",
"name": "Bun",
"author": "mratox@protonmail.com",
"description": "Bun is an incredibly fast JavaScript runtime, transpiler bundler, and npm package manager all-in-one.",
@ -39,16 +39,6 @@
"rules": "nullable|string",
"field_type": "text"
},
{
"name": "Git Branch",
"description": "The Git branch to install.",
"env_variable": "GIT_BRANCH",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string",
"field_type": "text"
},
{
"name": "User Uploaded Files",
"description": "Skip all the install stuff if you are letting a user upload files.\r\n0 = false (default)\r\n1 = true",
@ -69,26 +59,6 @@
"rules": "required|boolean",
"field_type": "text"
},
{
"name": "Git Username",
"description": "Git username for authentication.",
"env_variable": "GIT_USERNAME",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string",
"field_type": "text"
},
{
"name": "Git Access Token",
"description": "Git access token for authentication.",
"env_variable": "GIT_ACCESS_TOKEN",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string",
"field_type": "text"
},
{
"name": "Main file",
"description": "The main file passed to the bun run command",
@ -118,6 +88,36 @@
"user_editable": true,
"rules": "nullable|string",
"field_type": "text"
},
{
"name": "Git Branch",
"description": "The Git branch to install.",
"env_variable": "BRANCH",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string",
"field_type": "text"
},
{
"name": "Git Username",
"description": "Git username for authentication.",
"env_variable": "USERNAME",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string",
"field_type": "text"
},
{
"name": "Git Access Token",
"description": "Git access token for authentication.",
"env_variable": "ACCESS_TOKEN",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string",
"field_type": "text"
}
]
}
}