Files
live_recorder/fnos/wizard/upgrade
T

24 lines
702 B
Plaintext

[
{
"stepTitle": "升级 Live Recorder",
"items": [
{
"type": "tips",
"helpText": "本版本仅使用独立 PostgreSQL 共享服务,不再包含或启动内置数据库。已有共享数据库凭据可继续使用。"
},
{
"type": "password",
"field": "wizard_postgres_enrollment_token",
"label": "PostgreSQL 应用接入令牌",
"helpText": "尚未取得共享数据库凭据时需要填写应用接入令牌;已有有效凭据的后续升级可以留空。",
"rules": [
{
"max": 256,
"message": "接入令牌不能超过 256 个字符"
}
]
}
]
}
]