Skip to content

Commit

Permalink
add lol region and summoner name
Browse files Browse the repository at this point in the history
  • Loading branch information
YouHaveTrouble committed Jun 9, 2023
1 parent cc3208b commit 02f6ee3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions meapi-pterodactyl-egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,26 @@
"user_editable": true,
"rules": "int",
"field_type": "text"
},
{
"name": "LoL region",
"description": "Region ID.",
"env_variable": "LOL_REGION",
"default_value": "eune",
"user_viewable": true,
"user_editable": true,
"rules": "string|max:5",
"field_type": "text"
},
{
"name": "LoL summoner name",
"description": "Summoner name for LoL",
"env_variable": "LOL_SUMMONER_NAME",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "string|max:64",
"field_type": "text"
}
]
}

0 comments on commit 02f6ee3

Please sign in to comment.