部署环境
This commit is contained in:
parent
a026cabf43
commit
06610e8a45
@ -10,11 +10,11 @@ spring:
|
||||
file-size-threshold: 0B
|
||||
cloud:
|
||||
nacos:
|
||||
server-addr: 127.0.0.1:8848 # nacos
|
||||
server-addr: 47.109.141.125:8848 # nacos
|
||||
username: nacos
|
||||
password: nacos
|
||||
password: 970529
|
||||
kafka:
|
||||
bootstrap-servers: 192.168.1.11:9092
|
||||
bootstrap-servers: 47.109.141.125:9092
|
||||
producer:
|
||||
retries: 0
|
||||
key-serializer: org.apache.kafka.common.serialization.StringSerializer
|
||||
@ -37,9 +37,9 @@ spring:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
time-zone: GMT+8
|
||||
datasource:
|
||||
url: jdbc:postgresql://47.109.71.130:5432/ebike_operations?currentSchema=public&stringtype=unspecified
|
||||
url: jdbc:postgresql://47.109.141.125:5432/ebike_operations?currentSchema=public&stringtype=unspecified
|
||||
username: root
|
||||
password: 970529
|
||||
password: Cdzj1234
|
||||
driver-class-name: org.postgresql.Driver
|
||||
hikari:
|
||||
## 最小空闲连接数量
|
||||
@ -59,7 +59,7 @@ spring:
|
||||
# Redis数据库索引(默认为0)
|
||||
database: 1
|
||||
# Redis服务器地址
|
||||
host: 192.168.1.11
|
||||
host: 47.109.141.125
|
||||
# Redis服务器连接端口
|
||||
port: 6379
|
||||
# Redis服务器连接密码(默认为空)
|
||||
@ -105,9 +105,9 @@ management:
|
||||
show-details: always
|
||||
|
||||
emqx:
|
||||
api-url: http://47.109.71.130:18083/api/v5
|
||||
api-key: 684a5f936b784fe1
|
||||
api-secret: Jf3w3V9CbNsKcqTNkipVhfUGGurRPvCJknET2cs9CTKSI
|
||||
api-url: http://47.109.141.125:18083/api/v5
|
||||
api-key: 5afe498d268b0c8d
|
||||
api-secret: RhXSBdtISWmlgvwu1CohS5qM9AyxDfgoYbi9CPv9BLxaKF
|
||||
|
||||
minio:
|
||||
endpoint: http://47.109.141.125:9000 # MinIO服务器地址
|
||||
@ -126,10 +126,10 @@ geo-coding:
|
||||
access-key: c9bc51e353b49acd42a560f37121929a
|
||||
|
||||
wechat:
|
||||
qr-url: https://www.cdzhuojing.cn/ebike?bikeCode=
|
||||
qr-url: https://www.cx.cdzhuojing.cn/ebike?bikeCode=
|
||||
|
||||
influxdb:
|
||||
url: http://47.109.71.130:8086
|
||||
token: -bbo5zEJ7NIZyZk4uwOg1Y9XVS5pXHhyBWvH7Y0VNp0lMpGizWnFPiGLzgmZeDm_kNj1pnJRgjXFbs1FKszk7w==
|
||||
url: http://47.109.141.125:8086
|
||||
token: lbotC-GGDITah_r5jCjObt0_ZlHNfTl07kku0iBGuDJMCFtREkwdX6dCT2QgpW6bYwRdSEDaNkPTeLJCHsYoTw==
|
||||
org: admin
|
||||
bucket: gps
|
||||
Loading…
x
Reference in New Issue
Block a user