appstore-1panel/apps/emlog/pro-latest-php7.4-apache/data.yml
2023-11-08 20:22:01 +08:00

50 lines
1.4 KiB
YAML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

additionalProperties:
formFields:
- default: ""
envKey: PANEL_DB_HOST
key: mysql
labelEn: Database Service
labelZh: 数据库服务
required: true
type: service
- default: emlog
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
random: true
required: true
rule: paramCommon
type: text
- default: emlog
envKey: PANEL_DB_USER
labelEn: Database User
labelZh: 数据库用户
random: true
required: true
rule: paramCommon
type: text
- default: emlog
envKey: PANEL_DB_USER_PASSWORD
labelEn: Database User Password
labelZh: 数据库用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口,建议填写 8080然后在【网站】管理中安装 OpenResty创建网站关联emlog应用暴露80、443端口
required: true
rule: paramPort
type: number
- default: localhost
edit: true
envKey: EMLOG_EXTERNAL_URL
labelEn: site domain
labelZh: 域名,建议填写 localhost 然后在【网站】管理中安装 OpenResty创建网站关联emlog应用绑定域名
required: true
rule: paramExtUrl
type: text