Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-04-22 05:28:34 +00:00
parent 2ca236ba57
commit 6f2b830406
155 changed files with 796 additions and 796 deletions
+24
View File
@@ -0,0 +1,24 @@
# 应用持久化路径 [必填]
RUST_REC_ROOT_PATH=/home/rust-rec
# 数据持久化路径 [必填]
RUST_REC_DATA_ROOT_PATH=/home/rust-rec
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8088
# API 端口 [必填]
PANEL_APP_PORT_API=8080
# JWT 签名密钥 [必填]
JWT_SECRET=
# 会话密钥 [必填]
SESSION_SECRET=
# 网络代理
HTTP_PROXY=
# 忽略代理 [必填]
NO_PROXY=localhost,127.0.0.1,rust-srec-backend