初始化
Build docker and publish / prepare (push) Has been cancelled
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.admin image_name:ppanel-admin name:admin]) (push) Has been cancelled
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.api image_name:ppanel-api name:api]) (push) Has been cancelled
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.node image_name:ppanel-node name:node]) (push) Has been cancelled
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.queue image_name:ppanel-queue name:queue]) (push) Has been cancelled
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.scheduler image_name:ppanel-scheduler name:scheduler]) (push) Has been cancelled
Build docker and publish / deploy (push) Has been cancelled
Build docker and publish / notify (push) Has been cancelled
Build docker and publish / prepare (push) Has been cancelled
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.admin image_name:ppanel-admin name:admin]) (push) Has been cancelled
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.api image_name:ppanel-api name:api]) (push) Has been cancelled
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.node image_name:ppanel-node name:node]) (push) Has been cancelled
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.queue image_name:ppanel-queue name:queue]) (push) Has been cancelled
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.scheduler image_name:ppanel-scheduler name:scheduler]) (push) Has been cancelled
Build docker and publish / deploy (push) Has been cancelled
Build docker and publish / notify (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
Name: core.rpc
|
||||
ListenOn: 0.0.0.0:8083
|
||||
Mode: dev
|
||||
|
||||
Log:
|
||||
Mode: console
|
||||
Encoding: plain
|
||||
Level: debug
|
||||
|
||||
Telemetry:
|
||||
Name: core.rpc
|
||||
Endpoint: 127.0.0.1:4318
|
||||
Sampler: 1.0
|
||||
Batcher: otlphttp
|
||||
|
||||
DevServer:
|
||||
Enabled: true
|
||||
Port: 6163
|
||||
EnableMetrics: true
|
||||
EnablePprof: true
|
||||
|
||||
MySQL:
|
||||
DataSource: "root:password@tcp(127.0.0.1:3306)/ppanel?charset=utf8mb4&parseTime=true"
|
||||
|
||||
CacheRedis:
|
||||
Host: 127.0.0.1:6379
|
||||
Type: node
|
||||
|
||||
# 注意:RPC 服务我们推荐直连注册中心 Etcd(生产环境),但本地开发为了省事可以使用直连(Direct)
|
||||
# 目前暂不配置 Etcd,由调用方通过 target: "127.0.0.1:8083" 直连
|
||||
@@ -0,0 +1,30 @@
|
||||
Name: core.rpc
|
||||
ListenOn: 0.0.0.0:8083
|
||||
Mode: dev
|
||||
|
||||
Log:
|
||||
Mode: console
|
||||
Encoding: plain
|
||||
Level: debug
|
||||
|
||||
Telemetry:
|
||||
Name: core.rpc
|
||||
Endpoint: 127.0.0.1:4318
|
||||
Sampler: 1.0
|
||||
Batcher: otlphttp
|
||||
|
||||
DevServer:
|
||||
Enabled: true
|
||||
Port: 6163
|
||||
EnableMetrics: true
|
||||
EnablePprof: true
|
||||
|
||||
MySQL:
|
||||
DataSource: "root:password@tcp(127.0.0.1:3306)/ppanel?charset=utf8mb4&parseTime=true"
|
||||
|
||||
CacheRedis:
|
||||
Host: 127.0.0.1:6379
|
||||
Type: node
|
||||
|
||||
# 注意:RPC 服务我们推荐直连注册中心 Etcd(生产环境),但本地开发为了省事可以使用直连(Direct)
|
||||
# 目前暂不配置 Etcd,由调用方通过 target: "127.0.0.1:8083" 直连
|
||||
@@ -0,0 +1,30 @@
|
||||
Name: core.rpc
|
||||
ListenOn: 0.0.0.0:8083
|
||||
Mode: dev
|
||||
|
||||
Log:
|
||||
Mode: console
|
||||
Encoding: plain
|
||||
Level: debug
|
||||
|
||||
Telemetry:
|
||||
Name: core.rpc
|
||||
Endpoint: 127.0.0.1:4318
|
||||
Sampler: 1.0
|
||||
Batcher: otlphttp
|
||||
|
||||
DevServer:
|
||||
Enabled: true
|
||||
Port: 6163
|
||||
EnableMetrics: true
|
||||
EnablePprof: true
|
||||
|
||||
MySQL:
|
||||
DataSource: "root:password@tcp(127.0.0.1:3306)/ppanel?charset=utf8mb4&parseTime=true"
|
||||
|
||||
CacheRedis:
|
||||
Host: 127.0.0.1:6379
|
||||
Type: node
|
||||
|
||||
# 注意:RPC 服务我们推荐直连注册中心 Etcd(生产环境),但本地开发为了省事可以使用直连(Direct)
|
||||
# 目前暂不配置 Etcd,由调用方通过 target: "127.0.0.1:8083" 直连
|
||||
Reference in New Issue
Block a user