mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-03-05 04:34:26 +08:00
16 lines
300 B
Bash
16 lines
300 B
Bash
# 数据持久化路径 [必填]
|
|
OPENFIRE_ROOT_PATH=/home/openfire
|
|
|
|
# WebUI 端口 (HTTP) [必填]
|
|
PANEL_APP_PORT_HTTP=9090
|
|
|
|
# WebUI 端口 (HTTPS) [必填]
|
|
PANEL_APP_PORT_HTTPS=9091
|
|
|
|
# 服务端口 [必填]
|
|
PANEL_APP_PORT_SERVER=5222
|
|
|
|
# 消息服务端口 [必填]
|
|
PANEL_APP_PORT_MESSAGE=7777
|
|
|