新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit e8610947 authored by kunkkawu's avatar kunkkawu

feat: change endpoint --story=1016621

No related merge requests found
File moved
File moved
File moved
File moved
......@@ -34,8 +34,8 @@ DevServer:
# grpc 通信服务端证书私钥
GrpcServerConf:
CertFile: ./cert/registration_service/server.pem
KeyFile: ./cert/registration_service/server.key
CertFile: ./cert/registration-service/server.pem
KeyFile: ./cert/registration-service/server.key
# CertFile:
# KeyFile:
......@@ -62,14 +62,14 @@ EventConf:
GrpcConfs:
key-service:
ClientCertFile: ./cert/key/client.pem
ClientKeyFile: ./cert/key/client.key
ClientCertFile: ./cert/key-service/client.pem
ClientKeyFile: ./cert/key-service/client.key
CaCertFile: ./cert/ca/ca.pem
DNS: localhost
Endpoint: 192.168.1.134:8083
chain-service:
ClientCertFile: ./cert/chain/client.pem
ClientKeyFile: ./cert/chain/client.key
ClientCertFile: ./cert/chain-service/client.pem
ClientKeyFile: ./cert/chain-service/client.key
CaCertFile: ./cert/ca/ca.pem
DNS: localhost
Endpoint: 192.168.1.134:8081
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment