From f1635e980294da3089ee702f69ca11bd31f5bee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AE=8F?= Date: Fri, 1 Sep 2023 19:45:32 +0800 Subject: [PATCH] =?UTF-8?q?docker=20compose=E6=96=87=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.configuration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.configuration.yml b/docker-compose.configuration.yml index 21ba1986c..dd8085e57 100644 --- a/docker-compose.configuration.yml +++ b/docker-compose.configuration.yml @@ -219,6 +219,7 @@ services: - AuthServer__ApiName=lingyun-abp-application webhook-api: + environment: - App__TrackingEntitiesChanged=true - ConnectionStrings__Default=Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456, - ConnectionStrings__WebhooksManagement=Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456, @@ -246,6 +247,7 @@ services: - AuthServer__ApiName=lingyun-abp-application workflow-api: + environment: - App__TrackingEntitiesChanged=true - ConnectionStrings__Default=Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456, - ConnectionStrings__Workflow=Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456,