feat: complete SOP execution workflow

This commit is contained in:
Eric 1549169735@qq.com
2026-08-09 00:29:26 +08:00
parent e32025d2ca
commit c5ab886b70
63 changed files with 1229 additions and 215 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
APP_HTTP_PORT=18090
GOPROXY=https://goproxy.cn,direct
APP_AUTH_JWT_SECRET=replace-with-at-least-32-random-characters
APP_SEED_ADMIN_USERNAME=admin
APP_SEED_ADMIN_PASSWORD=replace-with-a-strong-initial-password
APP_SEED_ADMIN_DISPLAY_NAME=平台管理员
MYSQL_DATABASE=iqudo_top1
MYSQL_USER=iqudo
MYSQL_PASSWORD=replace-with-a-strong-database-password
MYSQL_ROOT_PASSWORD=replace-with-a-different-root-password