All checks were successful
Build docker and publish / prepare (20.15.1) (push) Successful in 10s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.admin image_name:ppanel-admin name:admin]) (push) Successful in 4m16s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.api image_name:ppanel-api name:api]) (push) Successful in 7m46s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.node image_name:ppanel-node name:node]) (push) Successful in 4m24s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.queue image_name:ppanel-queue name:queue]) (push) Successful in 4m9s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.rpc-core image_name:ppanel-rpc-core name:rpc-core]) (push) Successful in 8m14s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.scheduler image_name:ppanel-scheduler name:scheduler]) (push) Successful in 3m52s
Build docker and publish / deploy (push) Successful in 37s
Build docker and publish / notify (push) Successful in 4s
57 lines
1.0 KiB
YAML
57 lines
1.0 KiB
YAML
Name: zero-ppanel-api
|
|
Host: 0.0.0.0
|
|
Port: 8080
|
|
Mode: dev
|
|
|
|
Log:
|
|
Mode: console
|
|
Encoding: plain
|
|
Level: debug
|
|
|
|
Telemetry:
|
|
Name: zero-ppanel-api
|
|
Endpoint: 127.0.0.1:4318
|
|
Sampler: 1.0
|
|
Batcher: otlphttp
|
|
|
|
DevServer:
|
|
Enabled: true
|
|
Port: 6160
|
|
EnableMetrics: true
|
|
EnablePprof: true
|
|
|
|
JwtAuth:
|
|
AccessSecret: "dev-secret-key-change-me"
|
|
AccessExpire: 86400
|
|
|
|
MySQL:
|
|
DataSource: "root:password@tcp(127.0.0.1:3306)/ppanel?charset=utf8mb4&parseTime=true"
|
|
|
|
Redis:
|
|
Host: 127.0.0.1:6379
|
|
Type: node
|
|
|
|
CacheRedis:
|
|
Host: 127.0.0.1:6379
|
|
Type: node
|
|
|
|
AppSignature:
|
|
AppSecrets:
|
|
android-client: "{{ env "APP_SECRET_ANDROID_CLIENT" "uB4G,XxL2{7b" }}"
|
|
web-client: "{{ env "APP_SECRET_WEB_CLIENT" "uB4G,XxL2{7b" }}"
|
|
ios-client: "{{ env "APP_SECRET_IOS_CLIENT" "uB4G,XxL2{7b" }}"
|
|
mac-client: "{{ env "APP_SECRET_MAC_CLIENT" "uB4G,XxL2{7b" }}"
|
|
ValidWindowSeconds: 300
|
|
SkipPrefixes:
|
|
- /api/v1/health
|
|
|
|
Security:
|
|
Enable: true
|
|
SecuritySecret: "uB4G,XxL2{7b"
|
|
|
|
Asynq:
|
|
Addr: 127.0.0.1:6379
|
|
|
|
CoreRpc:
|
|
Target: 127.0.0.1:8083
|