38 lines
726 B
YAML
38 lines
726 B
YAML
# Tomcat
|
|
server:
|
|
port: 18081
|
|
|
|
# Spring
|
|
spring:
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
# 服务注册地址
|
|
server-addr: 14.103.246.124:8848
|
|
namespace: sgzb_bns
|
|
# ip: 192.168.0.69
|
|
config:
|
|
# 配置中心地址
|
|
server-addr: 14.103.246.124:8848
|
|
namespace: sgzb_bns
|
|
# 配置文件格式
|
|
file-extension: yml
|
|
# 共享配置
|
|
shared-configs:
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
|
#加密组件
|
|
jasypt:
|
|
encryptor:
|
|
password: Encrypt
|
|
|
|
|
|
#iws
|
|
third-party-login:
|
|
iws:
|
|
webAppId: 123456
|
|
webUrl: http://127.0.0.1:8080/
|
|
h5AppId: 123456789
|
|
h5Url: http://127.0.0.1:8080/
|
|
|