48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
|
server:
|
|||
|
port: 18186
|
|||
|
project:
|
|||
|
version: @project.version@
|
|||
|
|
|||
|
spring:
|
|||
|
data:
|
|||
|
redis:
|
|||
|
# [必须修改] Redis服务器IP, REDIS安装在本机的,使用127.0.0.1
|
|||
|
# host: 192.168.1.241
|
|||
|
host: 10.10.10.200
|
|||
|
# [必须修改] 端口号
|
|||
|
port: 16379
|
|||
|
# [可选] 数据库 DB
|
|||
|
database: 15
|
|||
|
# [可选] 访问密码,若你的redis服务器没有设置密码,就不需要用密码去连接
|
|||
|
password: 12341234
|
|||
|
# [可选] 超时时间
|
|||
|
timeout: 10000
|
|||
|
datasource:
|
|||
|
type: com.zaxxer.hikari.HikariDataSource
|
|||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|||
|
username: root
|
|||
|
password: 12341234
|
|||
|
url: jdbc:mysql://10.10.10.200:3306/gb28181_docking_platform?createDatabaseIfNotExist=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|||
|
config:
|
|||
|
activate:
|
|||
|
on-profile: local
|
|||
|
cloud:
|
|||
|
openfeign:
|
|||
|
httpclient:
|
|||
|
connection-timeout: 0
|
|||
|
ok-http:
|
|||
|
read-timeout: 0
|
|||
|
media:
|
|||
|
ip: 10.10.10.200
|
|||
|
url: 'http://10.10.10.200:5080'
|
|||
|
# url: 'http://10.10.10.200:12580/anything/'
|
|||
|
id: amrWMKmbKqoBjRQ9
|
|||
|
# secret: 035c73f7-bb6b-4889-a715-d9eb2d1925cc
|
|||
|
secret: 4155cca6-2f9f-11ee-85e6-8de4ce2e7333
|
|||
|
|
|||
|
proxy:
|
|||
|
wvp:
|
|||
|
url: http://192.168.3.13:18978
|
|||
|
user: admin
|
|||
|
passwd: admin
|