initial commit
This commit is contained in:
13
gateway/etc/gateway-api.yaml
Normal file
13
gateway/etc/gateway-api.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
Name: gateway-api
|
||||
Host: 0.0.0.0
|
||||
Port: 60000
|
||||
|
||||
JwtAuth:
|
||||
AccessSecret: "your-secure-secret"
|
||||
AccessExpire: 900 # 可选,单位秒,15分钟
|
||||
|
||||
UserRpc:
|
||||
Etcd:
|
||||
Hosts:
|
||||
- 127.0.0.1:2379
|
||||
Key: user.rpc
|
||||
Reference in New Issue
Block a user