"description":"Prefix of value to be set in `selfUrl` field. Will be followed with container allocated port.\r\neg. `URL_PREFIX=http:\/\/localhost:` would go for `http:\/\/localhost:11111` when the allocated port being 11111.",
"name":"Access address",
"description":"Address to access Koishi web UI, excluding the path.",
"env_variable":"ACCESS_ADDRESS",
"default_value":"https:\/\/panel.momobako.com",
"user_viewable":true,
"user_editable":false,
"rules":"required|string"
},
{
"name":"URL Path prefix",
"description":"Prefix for URL. The allocated port of container would be added after this URL.\r\neg. \/koishi\/ would become \/koishi\/20000 if the allocated port is 20000.",