1
0
Fork 0

发布应用 PageSpy

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen 2024-11-18 18:24:57 +08:00
parent 4ad859c4ce
commit 8f9d22447a
1 changed files with 16 additions and 15 deletions

View File

@ -1,16 +1,17 @@
additionalProperties: additionalProperties:
- default: "/home/PageSpy" formFields:
edit: true - default: "/home/PageSpy"
envKey: KIMAI2_ROOT_PATH edit: true
labelZh: 数据持久化路径 envKey: PAGE_SPY_WEB_ROOT_PATH
labelEn: Data persistence path labelZh: 数据持久化路径
required: true labelEn: Data persistence path
type: text required: true
- default: 6752 type: text
edit: true - default: 6752
envKey: PANEL_APP_PORT_HTTP edit: true
labelZh: 访问端口 envKey: PANEL_APP_PORT_HTTP
labelEn: Port labelZh: 访问端口
required: true labelEn: Port
rule: paramPort required: true
type: number rule: paramPort
type: number