70 lines
1.8 KiB
Plaintext
70 lines
1.8 KiB
Plaintext
|
|
Index: securityControl-modules/securityControl-task/src/main/resources/bootstrap.yml000
|
||
|
|
IDEA additional info:
|
||
|
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
||
|
|
<+>UTF-8
|
||
|
|
===================================================================
|
||
|
|
--- securityControl-modules/securityControl-task/src/main/resources/bootstrap.yml000 (date 1680152795720)
|
||
|
|
+++ securityControl-modules/securityControl-task/src/main/resources/bootstrap.yml000 (date 1680152795720)
|
||
|
|
@@ -0,0 +1,60 @@
|
||
|
|
+# Tomcat
|
||
|
|
+server:
|
||
|
|
+ port: 18085
|
||
|
|
+# Spring
|
||
|
|
+spring:
|
||
|
|
+ application:
|
||
|
|
+ # 应用名称
|
||
|
|
+ name: securityControl-task
|
||
|
|
+ profiles:
|
||
|
|
+ # 环境配置
|
||
|
|
+ active: dev
|
||
|
|
+ cloud:
|
||
|
|
+ nacos:
|
||
|
|
+ discovery:
|
||
|
|
+ username: nacos
|
||
|
|
+ password: Jjsp@nacos2023
|
||
|
|
+ #server-addr: 10.138.132.187:18848
|
||
|
|
+ # 服务注册地址
|
||
|
|
+ server-addr: 127.0.0.1:8848
|
||
|
|
+ config:
|
||
|
|
+ username: nacos
|
||
|
|
+ password: Jjsp@nacos2023
|
||
|
|
+ # server-addr: 10.138.132.187:18848
|
||
|
|
+ # 配置中心地址
|
||
|
|
+ server-addr: 127.0.0.1:8848
|
||
|
|
+ # 配置文件格式
|
||
|
|
+ file-extension: yml
|
||
|
|
+ # 共享配置
|
||
|
|
+ shared-configs:
|
||
|
|
+ - vsc-dev.yml
|
||
|
|
+
|
||
|
|
+#视频平台的地址
|
||
|
|
+uvpUrl: http://11.158.0.129
|
||
|
|
+#鉴权用用户名
|
||
|
|
+uvpAk: wangzh0059
|
||
|
|
+#鉴权用密码
|
||
|
|
+uvpSk: RGVzdGlueTEyMZQINn4=
|
||
|
|
+#视频配置
|
||
|
|
+video:
|
||
|
|
+ ip: 10.138.219.3
|
||
|
|
+ port: 29988
|
||
|
|
+ name: bns4
|
||
|
|
+ key: Bns@2023**
|
||
|
|
+ url: http://10.138.219.3:29605/icvs/
|
||
|
|
+ # url: http://220.248.250.31:29605/icvs/
|
||
|
|
+#加密组件
|
||
|
|
+jasypt:
|
||
|
|
+ encryptor:
|
||
|
|
+ bean: codeSheepEncryptorBean4
|
||
|
|
+ property:
|
||
|
|
+ prefix: CodeSheep(
|
||
|
|
+ suffix: )
|
||
|
|
+#统一视频平台配置
|
||
|
|
+tvideo:
|
||
|
|
+ uvpUrl: http://11.158.0.129
|
||
|
|
+ uvpAk: wangzh0059
|
||
|
|
+ uvpSk: Destiny123456~
|
||
|
|
+management:
|
||
|
|
+ server:
|
||
|
|
+ port: -1
|
||
|
|
\ No newline at end of file
|