IntelligentRecognition/ah-jjsp-service/.svn/pristine/50/5057c19b3352eeac89572b502eb...

138 lines
3.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tomcat
server:
port: 18083
# Spring
spring:
servlet:
multipart:
max-file-size: -1
max-request-size: -1
application:
# 应用名称
name: securityControl-proteam
profiles:
# 环境配置
active: dev
cloud:
nacos:
discovery:
# 服务注册地址
# server-addr: 10.138.132.187:18848
server-addr: 127.0.0.1:8848
username: nacos
password: Jjsp@nacos2023
config:
username: nacos
password: Jjsp@nacos2023
# server-addr: 10.138.132.187:18848
# 配置中心地址
# server-addr: 27.196.164.56:8848
server-addr: 127.0.0.1:8848
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- vsc-dev.yml
#mq
# stream:
# bindings:
# UVPDEVICE_DEVICEBATTERY_CHANGED:
# destination: UVPDEVICE_DEVICESTATUS_CHANGED
# content-type: application/json
# group: GID-PI6000-2
# default-binder: rocketmq
# rocketmq:
# binder:
# name-server: 10.138.225.113:9876
#文件路径
file:
upload_path: /data/ahsbs/file
download_path: /data/ahsbs/file
#mybatis:
# configuration:
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#加密组件
jasypt:
encryptor:
bean: codeSheepEncryptorBean
property:
prefix: CodeSheep(
suffix: )
management:
server:
port: -1
#oss配置
oss:
# endpoint: http://oss-ah-2-a.ops.sgmc.sgcc.com.cn/
endpoint: http://10.138.109.50:18843/
accessKeyId: iB7VN6px0yETnFgq
accessKeySecret: LQgRWvo6jRrqB3Bs0Qjia5Z14oStPu
bucketName: jjspaqzlgkah2oss-upload-production
#bns视频配置
video:
ip: 10.138.219.3
# url: http://10.138.219.3:29605/icvs/
url: http://220.248.250.31:29605/icvs/
port: 29988
name: bns4
key: Bns@2023**
epid: system
bfix: 1
#前端配置
webUrl: http://220.248.250.31:29605/icvs2/
webUrlN: http://10.138.219.3:29605/icvs2/
wsUrl: ws://220.248.250.31:29605/wss
wsUrlN: ws://10.138.219.3:29605/wss
#video:
# ip: 112.31.70.193
# port: 9988
# name: bns3
# key: Bns@admin**
# url: http://112.31.70.193:1854/icvs/
# epid: system
# bfix: 1
# #前端配置
# webUrl: http://220.248.250.31:29605/icvs2/
# webUrlN: http://10.138.219.3:29605/icvs2/
# wsUrl: ws://220.248.250.31:29605/wss
# wsUrlN: ws://10.138.219.3:29605/wss
#统一视频平台配置
#tvideo:
# uvpUrl: http://10.138.225.113
# uvpAk: piadmin
# uvpSk: 1qaz2wsx#
#统一视频平台配置
tvideo:
uvpUrl: http://11.158.0.129
uvpAk: wangzh0059
uvpSk: Destiny123456~
# web分组配置
#webDev:
# ip: 112.31.70.193
# #web端分配端口及密码
# webPort: 9580
# webName: root@global
# webPassword: 03b6b1b1d2cfac110e3db788bfee4e63
# url: http://112.31.70.193:9580/nmc
webDev:
ip: 10.138.219.3
#web端分配端口及密码
webPort: 29580
webName: root@global
webPassword: 4acfc6a7ec0745bcdb794dc2026b918d
url: http://10.138.219.3:29580/nmc
rocketmq:
name-server: 11.158.0.14:19876
# application.yml
logging:
level:
org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer: WARN