实现category service基础接口
This commit is contained in:
@ -6,8 +6,8 @@ Etcd:
|
||||
- localhost:2379
|
||||
Key: user.rpc
|
||||
|
||||
DataSource: "postgres://postgres:postgres@localhost:5432/godemo?sslmode=disable"
|
||||
DataSource: "postgres://postgres:postgres@localhost:19732/godemo?sslmode=disable"
|
||||
|
||||
JwtAuth:
|
||||
AccessSecret: "your-secure-secret"
|
||||
AccessExpire: 900 # 可选,单位秒,15分钟
|
||||
AccessExpire: 3600 # 可选,单位秒,15分钟
|
||||
|
||||
Reference in New Issue
Block a user