Bläddra i källkod

配置文件提交

lmx 3 dagar sedan
förälder
incheckning
019be28723

+ 19 - 0
fs-ai-call-task/src/main/resources/application.yml

@@ -0,0 +1,19 @@
+# 开发环境配置
+server:
+  # 服务器的HTTP端口,默认为8080
+  port: 7005
+logging:
+  level:
+    org: INFO
+    com: DEBUG
+# Spring配置
+spring:
+  profiles:
+    active: dev
+#    active: druid-hcl
+#    active: druid-sxjz
+#    active: druid-hdt
+#    active: druid-myhk-test
+cid-group-no: 3
+# 配置了服务标记后,请在tenant_service_config 中配置服务应用租户ids信息
+tenant-service-marker: aiCall00

+ 20 - 0
fs-cid-workflow/src/main/resources/application.yml

@@ -0,0 +1,20 @@
+# 开发环境配置
+server:
+  # 服务器的HTTP端口,默认为8080
+  port: 7201
+logging:
+  level:
+    org: INFO
+    com: DEBUG
+# Spring配置
+spring:
+  profiles:
+    active: dev
+#    active: druid-hcl
+#    active: druid-sxjz
+#    active: druid-hdt
+#    active: druid-myhk-test
+cid-group-no: 3
+tenant-id: 11
+# 配置了服务标记后,请在tenant_service_config 中配置服务应用租户ids信息
+tenant-service-marker: cidWorkflow00

+ 19 - 0
fs-wx-task/src/main/resources/application.yml

@@ -0,0 +1,19 @@
+# 开发环境配置
+server:
+  # 服务器的HTTP端口,默认为8080
+  port: 7007
+logging:
+  level:
+    org: INFO
+    com: DEBUG
+# Spring配置
+spring:
+  profiles:
+    active: dev
+#    active: druid-hcl
+#    active: druid-sxjz
+#    active: druid-hdt
+#    active: druid-myhk-test
+cid-group-no: 3
+# 配置了服务标记后,请在tenant_service_config 中配置服务应用租户ids信息
+tenant-service-marker: wxTask00