|
@@ -172,6 +172,8 @@ logging:
|
|
|
Jackson2ObjectMapperBuilder: off # 禁止okhttp4 打印警告日志 For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
|
|
Jackson2ObjectMapperBuilder: off # 禁止okhttp4 打印警告日志 For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
|
|
|
com:
|
|
com:
|
|
|
storlead: debug
|
|
storlead: debug
|
|
|
|
|
+
|
|
|
|
|
+environment: test
|
|
|
dify:
|
|
dify:
|
|
|
base-url: http://192.168.1.77/v1/
|
|
base-url: http://192.168.1.77/v1/
|
|
|
dataset-api-key: dataset-qfhXMNcjsRSwN5CK6aoWx3hl
|
|
dataset-api-key: dataset-qfhXMNcjsRSwN5CK6aoWx3hl
|
|
@@ -182,3 +184,13 @@ dify:
|
|
|
mail: app-4-qfhXMNcjsRSwN5CK6aoWx3hl #邮件
|
|
mail: app-4-qfhXMNcjsRSwN5CK6aoWx3hl #邮件
|
|
|
|
|
|
|
|
domainname: https://test1.storlead.com
|
|
domainname: https://test1.storlead.com
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+storlead:
|
|
|
|
|
+ es:
|
|
|
|
|
+ enabled: false
|
|
|
|
|
+ host: 39.108.252.62
|
|
|
|
|
+ port: 9200
|
|
|
|
|
+ scheme: http
|
|
|
|
|
+ username: elastic
|
|
|
|
|
+ password: storlead123456
|