"description":"Git repo to clone\r\n\r\nI.E. https:\/\/github.com\/parkervcp\/repo_name",
"env_variable":"GIT_ADDRESS",
"default_value":"",
"user_viewable":true,
"user_editable":true,
"rules":"nullable|string"
},
{
"name":"Git Branch",
"description":"What branch to pull from github.\r\n\r\nDefault is blank to pull the repo default branch",
"env_variable":"BRANCH",
"default_value":"",
"user_viewable":true,
"user_editable":true,
"rules":"nullable|string"
},
{
"name":"Auto Update",
"description":"Pull the latest files on startup when using a GitHub repo.",
"env_variable":"AUTO_UPDATE",
"default_value":"0",
"user_viewable":true,
"user_editable":true,
"rules":"required|boolean"
},
{
"name":"Git Username",
"description":"Username to auth with git.",
"env_variable":"USERNAME",
"default_value":"",
"user_viewable":true,
"user_editable":true,
"rules":"nullable|string"
},
{
"name":"Git Access Token",
"description":"Password to use with git.\r\n\r\nIt's best practice to use a Personal Access Token.\r\nhttps:\/\/github.com\/settings\/tokens\r\nhttps:\/\/gitlab.com\/-\/profile\/personal_access_tokens",
"env_variable":"ACCESS_TOKEN",
"default_value":"",
"user_viewable":true,
"user_editable":true,
"rules":"nullable|string"
},
{
"name":"Bot Token",
"description":"The discord token used to run your bot. Sets to the environment variable `DISCORD_TOKEN`\r\n\r\nAlternatively, you can use a .env file",