audit and harden workspace
This commit is contained in:
@@ -4,10 +4,10 @@ Port: 12426
|
||||
Databases:
|
||||
Driver: postgres
|
||||
Source:
|
||||
- host=47.109.77.183 user=postgres password=CHANGE_ME dbname=bsm_dev port=5432 sslmode=disable TimeZone=Asia/Shanghai
|
||||
- host=127.0.0.1 user=postgres password=CHANGE_ME dbname=bsm_dev port=5432 sslmode=disable TimeZone=Asia/Shanghai
|
||||
|
||||
# cache DB的选择请在后面直接带参数,不带会自动HASH计算选择DB库。
|
||||
Cache: redis://null:CHANGE_ME@47.109.77.183:6379/
|
||||
Cache: redis://null:CHANGE_ME@127.0.0.1:6379/
|
||||
|
||||
# 微服务设置
|
||||
MicroService:
|
||||
@@ -18,14 +18,14 @@ MicroService:
|
||||
# 微信设置
|
||||
WeChatConf:
|
||||
AppID: 123
|
||||
AppSecret: 123
|
||||
AppSecret: CHANGE_ME
|
||||
|
||||
# KYC认证配置
|
||||
Kyc:
|
||||
Provider: jumio
|
||||
BaseUrl: 123
|
||||
ApiSecret: 123
|
||||
ApiToken: 123
|
||||
ApiSecret: CHANGE_ME
|
||||
ApiToken: CHANGE_ME
|
||||
ApiArgs: 123
|
||||
|
||||
# Gateway 设置
|
||||
@@ -34,7 +34,7 @@ Gateway:
|
||||
Port: 12425
|
||||
|
||||
# 微服务调用密钥
|
||||
SecretKey: 6ad9529688041483f458f8de11ed16ff
|
||||
SecretKey: CHANGE_ME
|
||||
|
||||
Token:
|
||||
Prefix: "/token/"
|
||||
|
||||
@@ -4,10 +4,10 @@ Port: 12426
|
||||
Databases:
|
||||
Driver: postgres
|
||||
Source:
|
||||
- host=47.109.77.183 user=postgres password=CHANGE_ME dbname=bsm_dev port=5432 sslmode=disable TimeZone=Asia/Shanghai
|
||||
- host=127.0.0.1 user=postgres password=CHANGE_ME dbname=bsm_dev port=5432 sslmode=disable TimeZone=Asia/Shanghai
|
||||
|
||||
# cache DB的选择请在后面直接带参数,不带会自动HASH计算选择DB库。
|
||||
Cache: redis://null:CHANGE_ME@47.109.77.183:6379/
|
||||
Cache: redis://null:CHANGE_ME@127.0.0.1:6379/
|
||||
|
||||
# 微服务设置
|
||||
MicroService:
|
||||
@@ -18,21 +18,21 @@ MicroService:
|
||||
# 微信设置
|
||||
WeChatConf:
|
||||
AppID: 123
|
||||
AppSecret: 123
|
||||
AppSecret: CHANGE_ME
|
||||
|
||||
# KYC认证配置
|
||||
Kyc:
|
||||
Provider: jumio
|
||||
BaseUrl: 123
|
||||
ApiSecret: 123
|
||||
ApiToken: 123
|
||||
ApiSecret: CHANGE_ME
|
||||
ApiToken: CHANGE_ME
|
||||
ApiArgs: 123
|
||||
|
||||
# KYC认证配置
|
||||
KycConf:
|
||||
BaseUrl: 123
|
||||
ApiSecret: 123
|
||||
ApiToken: 123
|
||||
ApiSecret: CHANGE_ME
|
||||
ApiToken: CHANGE_ME
|
||||
|
||||
# Gateway 设置
|
||||
Gateway:
|
||||
@@ -40,7 +40,7 @@ Gateway:
|
||||
Port: 12425
|
||||
|
||||
# 微服务调用密钥
|
||||
SecretKey: 6ad9529688041483f458f8de11ed16ff
|
||||
SecretKey: CHANGE_ME
|
||||
|
||||
Token:
|
||||
Prefix: "/token/"
|
||||
|
||||
@@ -4,10 +4,10 @@ Port: 12426
|
||||
Databases:
|
||||
Driver: postgres
|
||||
Source:
|
||||
- host=47.109.77.183 user=postgres password=CHANGE_ME dbname=bsm_dev port=5432 sslmode=disable TimeZone=Asia/Shanghai
|
||||
- host=127.0.0.1 user=postgres password=CHANGE_ME dbname=bsm_dev port=5432 sslmode=disable TimeZone=Asia/Shanghai
|
||||
|
||||
# cache DB的选择请在后面直接带参数,不带会自动HASH计算选择DB库。
|
||||
Cache: redis://null:CHANGE_ME@47.109.77.183:6379/
|
||||
Cache: redis://null:CHANGE_ME@127.0.0.1:6379/
|
||||
|
||||
# 微服务设置
|
||||
MicroService:
|
||||
@@ -18,14 +18,14 @@ MicroService:
|
||||
# 微信设置
|
||||
WeChatConf:
|
||||
AppID: 123
|
||||
AppSecret: 123
|
||||
AppSecret: CHANGE_ME
|
||||
|
||||
# KYC认证配置
|
||||
Kyc:
|
||||
Provider: jumio
|
||||
BaseUrl: 123
|
||||
ApiSecret: 123
|
||||
ApiToken: 123
|
||||
ApiSecret: CHANGE_ME
|
||||
ApiToken: CHANGE_ME
|
||||
ApiArgs: 123
|
||||
|
||||
# Gateway 设置
|
||||
@@ -34,7 +34,7 @@ Gateway:
|
||||
Port: 12425
|
||||
|
||||
# 微服务调用密钥
|
||||
SecretKey: 6ad9529688041483f458f8de11ed16ff
|
||||
SecretKey: CHANGE_ME
|
||||
|
||||
Token:
|
||||
Prefix: "/token/"
|
||||
|
||||
Reference in New Issue
Block a user