36 lines
849 B
YAML
36 lines
849 B
YAML
common:
|
|
mysql:
|
|
host: 192.168.20.100
|
|
port: 33080
|
|
username: root
|
|
password: Mysql@zcloud33080
|
|
redis:
|
|
host: 192.168.20.100
|
|
password: Zcloud@zcloud2026
|
|
port: 6379
|
|
mq:
|
|
host: 10.43.163.23:9876
|
|
xxl-job:
|
|
address: http://10.43.98.135:8080/xxl-job-admin/
|
|
username: admin
|
|
password: jjb123456
|
|
gateway:
|
|
network:
|
|
http:
|
|
external: http://192.168.20.100
|
|
intranet: http://192.168.20.100
|
|
wx:
|
|
external: wx://testdragon.cqjjb.cn
|
|
swagger:
|
|
enabled: true
|
|
base:
|
|
host-url: http://10.43.12.158
|
|
desk:
|
|
host-url: http://10.43.12.158
|
|
login:
|
|
host-url: http://10.43.12.158
|
|
x-frame-options: ${common.desk.host-url}/ ${common.login.host-url}/ ${common.base.host-url}/ ${common.gateway.network.http.external}/ http://10.43.250.65/
|
|
|
|
k8s:
|
|
namespace: test-dragon
|