update: config

This commit is contained in:
tokumeikoi
2021-03-26 02:20:53 +09:00
parent b740998760
commit 35362689c4
3 changed files with 29 additions and 1 deletions

View File

@ -120,7 +120,8 @@ class ConfigSave extends FormRequest
// illiteracy prompt
return [
'app_url.url' => '站点URL格式不正确必须携带http(s)://',
'subscribe_url.url' => '订阅URL格式不正确必须携带http(s)://'
'subscribe_url.url' => '订阅URL格式不正确必须携带http(s)://',
'server_token.min' => '通讯密钥长度必须大于16位'
];
}
}