This commit is contained in:
2025-12-26 22:35:18 +08:00
commit 9cf62f793b
4263 changed files with 728989 additions and 0 deletions

15
etc/site_dev.yaml Normal file
View 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
View 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
View 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