feat: complete SOP execution workflow
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user