mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# MySQL 服务 (前置检查) [必填]
|
||||
PANEL_DB_TYPE=mysql
|
||||
|
||||
# 数据持久化路径 [必填]
|
||||
SURVEYKING_ROOT_PATH=/home/surveyking
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=1991
|
||||
|
||||
# 数据库 主机地址 [必填]
|
||||
DB_HOSTNAME=127.0.0.1
|
||||
|
||||
# 数据库 端口 [必填]
|
||||
DB_PORT=5432
|
||||
|
||||
# 数据库 名称 [必填]
|
||||
DB_NAME=surveyking
|
||||
|
||||
# 数据库 用户名 [必填]
|
||||
MYSQL_USER=surveyking
|
||||
|
||||
# 数据库 密码 [必填]
|
||||
MYSQL_PASS=
|
||||
|
||||
Reference in New Issue
Block a user