initial commit
This commit is contained in:
13
user/etc/user.yaml
Normal file
13
user/etc/user.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
Name: user.rpc
|
||||
ListenOn: 0.0.0.0:60100
|
||||
Mode: dev
|
||||
Etcd:
|
||||
Hosts:
|
||||
- localhost:2379
|
||||
Key: user.rpc
|
||||
|
||||
DataSource: "postgres://postgres:postgres@localhost:5432/godemo?sslmode=disable"
|
||||
|
||||
JwtAuth:
|
||||
AccessSecret: "your-secure-secret"
|
||||
AccessExpire: 900 # 可选,单位秒,15分钟
|
||||
Reference in New Issue
Block a user