2023-03-24 17:33:44 +08:00
|
|
|
# 端口配置
|
|
|
|
|
http.port=6023
|
|
|
|
|
server.port=6688
|
|
|
|
|
# 数据库配置
|
2023-05-09 18:59:19 +08:00
|
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/wisdomsitezw?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&useSSL=false
|
2023-03-24 17:33:44 +08:00
|
|
|
# 数据库加密配置
|
|
|
|
|
#spring.datasource.username=ENC(XR4C/hvTYCUqudS49Wh/jA==)
|
|
|
|
|
#spring.datasource.password=ENC(hHkiHEc6vSWjqfOtg2/2Uiihs0vX3l7V)
|
|
|
|
|
spring.datasource.username=root
|
|
|
|
|
spring.datasource.password=JXJ@admin
|
|
|
|
|
# 文件存储路径
|
|
|
|
|
basePath=D:/itbgpImage/
|
|
|
|
|
|
|
|
|
|
# mqtt主题
|
|
|
|
|
mqtt-scope=devTopic
|
2023-04-03 19:01:12 +08:00
|
|
|
# redis 配置
|
|
|
|
|
spring.redis.database=1
|
|
|
|
|
spring.redis.host=182.90.224.147
|
|
|
|
|
spring.redis.password=JXJ@admin
|
|
|
|
|
spring.redis.port=6379
|
2023-03-24 17:33:44 +08:00
|
|
|
#文件存储配置
|
|
|
|
|
spring.file-storage.default-platform=local
|
|
|
|
|
spring.file-storage.thumbnail-suffix=.jpg
|
|
|
|
|
spring.file-storage.minio[0].platform=minio-1
|
|
|
|
|
spring.file-storage.minio[0].enable-storage=true
|
|
|
|
|
spring.file-storage.minio[0].access-key=minioadmin
|
|
|
|
|
spring.file-storage.minio[0].secret-key=minioadmin
|
|
|
|
|
spring.file-storage.minio[0].end-point=http://182.90.224.147:9000
|
|
|
|
|
spring.file-storage.minio[0].bucket-name=wisdomisitezw
|
|
|
|
|
spring.file-storage.minio[0].domain=http://182.90.224.147:9000/wisdomisitezw/
|
|
|
|
|
spring.file-storage.minio[0].base-path=
|
|
|
|
|
#spring.file-storage.default-platform=local
|
|
|
|
|
#spring.file-storage.thumbnail-suffix=.jpg
|
|
|
|
|
#spring.file-storage.minio[0].platform=minio-1
|
|
|
|
|
#spring.file-storage.minio[0].enable-storage=true
|
|
|
|
|
#spring.file-storage.minio[0].access-key=minioadmin
|
|
|
|
|
#spring.file-storage.minio[0].secret-key=minioadmin
|
|
|
|
|
#spring.file-storage.minio[0].end-point=http://127.0.0.1:9000
|
|
|
|
|
#spring.file-storage.minio[0].bucket-name=wisdomisitezw
|
|
|
|
|
#spring.file-storage.minio[0].domain=http://127.0.0.1:9000/wisdomisitezw/
|
|
|
|
|
#spring.file-storage.minio[0].base-path=
|
|
|
|
|
#客户端 License相关配置
|
|
|
|
|
license.licensePath=D:/license_demo/client/license.lic
|
|
|
|
|
license.publicKeysStorePath=D:/license_demo/client/publicCerts.keystore
|
|
|
|
|
# admin中对应的地址及实例名
|
|
|
|
|
spring.boot.admin.client.instance.service-url=http://localhost:6023
|
|
|
|
|
spring.boot.admin.client.instance.name=dev
|
|
|
|
|
|
|
|
|
|
#视频监控API
|
|
|
|
|
artemisConfig.host=182.101.141.23:18443
|
|
|
|
|
artemisConfig.appKey=24017757
|
|
|
|
|
artemisConfig.appSecret=VJz0FbzmE6drPQ7egsBi
|
|
|
|
|
|
|
|
|
|
#opencv截取视频画面文件地址
|
|
|
|
|
opencv.filePath=D://opencv//
|
|
|
|
|
|
|
|
|
|
#虹软人脸识别
|
|
|
|
|
arcsoft.appId=13eRvuSeQYts8Tqcrqy4yFyg7h6XQqdUGkjJuh9ct2E2
|
|
|
|
|
arcsoft.sdkKey=GLc2xHQ7yAwNxrWctSgNgVqwYqMTbz9RKTWWHQNMdJPU
|
|
|
|
|
arcsoft.linux.sdkKey=
|
2023-05-18 18:16:27 +08:00
|
|
|
arcsoft.dllPath=D:/zhgd3/dll
|
|
|
|
|
|
|
|
|
|
#关闭页面
|
2023-05-23 17:33:07 +08:00
|
|
|
#magic-api.show-url=false
|
|
|
|
|
#配置web页面入口
|
|
|
|
|
magic-api.resource.location=classpath:magic
|
|
|
|
|
magic-api.security.username=admin
|
|
|
|
|
magic-api.security.password=JXJ@admin
|