deving
This commit is contained in:
15
etc/site_dev.yaml
Normal file
15
etc/site_dev.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
Service: sites
|
||||
Port: 8080
|
||||
|
||||
# cache DB的选择请在后面直接带参数,不带会自动HASH计算选择DB库。
|
||||
Cache: redis://null:Weidong2023~!@47.109.77.183:6379/
|
||||
|
||||
# 是否启用微服务模式
|
||||
OnMicroService: false
|
||||
|
||||
# BSM API 服务入口
|
||||
BsmEndpoint: http://api.apinb.com
|
||||
|
||||
|
||||
# 微服务调用密钥
|
||||
SecretKey: 6ad9529688041483f458f8de11ed16ff
|
||||
14
etc/site_prod.yaml
Normal file
14
etc/site_prod.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
Service: sites
|
||||
Port: 8080
|
||||
|
||||
# cache DB的选择请在后面直接带参数,不带会自动HASH计算选择DB库。
|
||||
Cache: redis://null:Weidong2023~!@127.0.0.1:6379/
|
||||
|
||||
# 是否启用微服务模式
|
||||
OnMicroService: false
|
||||
|
||||
# BSM API 服务入口
|
||||
BsmEndpoint: http://api.apinb.com
|
||||
|
||||
# 微服务调用密钥
|
||||
SecretKey: 6ad9529688041483f458f8de11ed16ff
|
||||
14
etc/site_test.yaml
Normal file
14
etc/site_test.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
Service: sites
|
||||
Port: 8080
|
||||
|
||||
# cache DB的选择请在后面直接带参数,不带会自动HASH计算选择DB库。
|
||||
Cache: redis://null:Weidong2023~!@47.109.77.183:6379/
|
||||
|
||||
# 是否启用微服务模式
|
||||
OnMicroService: false
|
||||
|
||||
# BSM API 服务入口
|
||||
BsmEndpoint: http://api.apinb.com
|
||||
|
||||
# 微服务调用密钥
|
||||
SecretKey: 6ad9529688041483f458f8de11ed16ff
|
||||
Reference in New Issue
Block a user