zero-ppanel/deploy/.env.example
shanshanzhong 9bdc593db4
Some checks failed
Build docker and publish / prepare (20.15.1) (push) Successful in 3s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.admin image_name:ppanel-admin name:admin]) (push) Failing after 1m37s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.api image_name:ppanel-api name:api]) (push) Failing after 1m42s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.node image_name:ppanel-node name:node]) (push) Failing after 1m42s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.queue image_name:ppanel-queue name:queue]) (push) Failing after 1m34s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.scheduler image_name:ppanel-scheduler name:scheduler]) (push) Failing after 1m39s
Build docker and publish / deploy (push) Has been skipped
Build docker and publish / notify (push) Successful in 2s
环境变量
2026-02-28 04:02:14 -08:00

15 lines
412 B
Plaintext

PPANEL_REPO=your-registry/zero-ppanel
PPANEL_TAG=latest
MYSQL_DSN=root:password@tcp(127.0.0.1:3306)/ppanel?charset=utf8mb4&parseTime=true
REDIS_HOST=127.0.0.1:6379
REDIS_PASS=
JWT_SECRET=replace-with-strong-secret
JWT_ADMIN_SECRET=replace-with-strong-secret
APP_SECRET=replace-with-strong-secret
SECURITY_SECRET=replace-with-strong-secret
NODE_SECRET=replace-with-strong-secret
CORE_RPC_TARGET=127.0.0.1:8083