mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
16 lines
248 B
Bash
16 lines
248 B
Bash
# 数据持久化路径 [必填]
|
|
SUWAYOMI_SERVER_ROOT_PATH=/home/suwayomi-server
|
|
|
|
# WebUI 端口 [必填]
|
|
PANEL_APP_PORT_HTTP=4567
|
|
|
|
# 认证模式 [必填]
|
|
AUTH_MODE=none
|
|
|
|
# 管理员用户名
|
|
AUTH_USERNAME=
|
|
|
|
# 管理员密码
|
|
AUTH_PASSWORD=
|
|
|