fix: change portnote version

This commit is contained in:
arch3rPro
2025-07-14 21:56:08 +08:00
parent a7bdd25c09
commit 07a2f24442
2 changed files with 2 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
additionalProperties:
formFields:
- default: 30000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: PANEL_DB_USER_PASSWORD
labelEn: Database Password
labelZh: 数据库用户密码
random: true
required: true
rule: paramComplexity
type: password