init: init refactor
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
Name: user.rpc
|
||||
ListenOn: 0.0.0.0:9101
|
||||
Etcd:
|
||||
Hosts:
|
||||
- 192.168.100.127:2379
|
||||
Key: user.rpc
|
||||
|
||||
# MySQL
|
||||
DB:
|
||||
DataSource: root:root@tcp(192.168.100.127:3307)/sundynix_micro_go?charset=utf8mb4&parseTime=True&loc=Local
|
||||
|
||||
# Redis
|
||||
Cache:
|
||||
- Host: 127.0.0.1:6379
|
||||
Pass: sundynix
|
||||
Type: node
|
||||
|
||||
# JWT
|
||||
JwtAuth:
|
||||
AccessSecret: 9149f2eb-d517-4a50-a03a-231dbcf0d872
|
||||
AccessExpire: 7200
|
||||
|
||||
# 微信小程序配置
|
||||
WxMini:
|
||||
AppId: wxb463820bf36dd5d6
|
||||
AppSecret: 731784a74c76c6d31fa00bb847af2c7d
|
||||
Reference in New Issue
Block a user