Bonus-ProtectionSetting-Manage/bonus-modules/bonus-protection/target/classes/bootstrap-protection_local.yml

48 lines
989 B
YAML

# Tomcat
server:
port: 38388
system:
sysfile:
prefixOffline: http://192.168.0.44:9090/jsk
prefixOnline: http://192.168.0.44:9090/jsk
bucket: /jsk
ocr:
service:
url: http://192.168.0.143:8000/ocr/process
timeout: 10000
urlApp: http://192:168:0:143:8001/ocr/process_screen
# Spring
spring:
cloud:
nacos:
discovery:
# 服务注册地址
server-addr: 127.0.0.1:8848
namespace: protection_bns
username: nacos
password: nacos
config:
# 配置中心地址
server-addr: 127.0.0.1:8848
namespace: protection_bns
username: nacos
password: nacos
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
#加密组件
jasypt:
encryptor:
password: Encrypt
mybatis:
configuration:
map-underscore-to-camel-case: true