24 lines
612 B
YAML
24 lines
612 B
YAML
|
|
additionalProperties:
|
||
|
|
formFields:
|
||
|
|
- default: ""
|
||
|
|
edit: true
|
||
|
|
envKey: SERVER_ADDR
|
||
|
|
labelEn: Server IP
|
||
|
|
labelZh: 服务器IP地址
|
||
|
|
required: true
|
||
|
|
type: text
|
||
|
|
- default: ""
|
||
|
|
edit: true
|
||
|
|
envKey: STARS_ACCOUNT
|
||
|
|
labelEn: Starvpn Account
|
||
|
|
labelZh: 星空组网账号
|
||
|
|
required: true
|
||
|
|
type: text
|
||
|
|
- default: ""
|
||
|
|
edit: true
|
||
|
|
envKey: TOKEN
|
||
|
|
labelEn: Custom Security Token
|
||
|
|
labelZh: 自定义安全令牌
|
||
|
|
required: true
|
||
|
|
type: text
|