From f15b4feb486a85dcc3b9b5c68a8526957a6ad0bd Mon Sep 17 00:00:00 2001
From: jiazx0107@163.com <jiazx0107@163.com>
Date: 星期六, 18 十一月 2023 16:53:24 +0800
Subject: [PATCH] 调整车牌识别配置3

---
 src/main/resources/application.yml |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index bf2561d..5f05f63 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,7 +1,7 @@
 ##########################  Server   ##########################
 spring:
   profiles:
-    active: pro
+    active: proGateway
   application:
     name: igds-api
   main:
@@ -21,7 +21,6 @@
   config: classpath:logback-spring.xml
 
 
-
   ##########################  thymeleaf妯℃澘閰嶇疆   ##########################
   thymeleaf:
     prefix: classpath:/templates/
@@ -33,6 +32,12 @@
 
 igds:
   default:
-    companyId: 5503
+    companyId: 5326
   file-path: C:/app/igds-api
-  img-path: D:/IGDS/FILE/
\ No newline at end of file
+  img-path: D:/IGDS/FILE/
+license:
+  subject: ld_license
+  publicAlias: publicCert
+  storePass: PUBLICFZZYXXJSGFYXGS888888
+  licensePath: D:/IGDS/license/license.lic
+  publicKeysStorePath: D:/IGDS/license/publicCerts.keystore

--
Gitblit v1.9.3