You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/06/15 07:56:37 UTC

[incubator-devlake] 10/12: fix default test db url name

This is an automated email from the ASF dual-hosted git repository.

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit 29da8a89706311410875701364b2fc85397f8ef3
Author: linyh <ya...@meri.co>
AuthorDate: Wed Jun 15 15:09:57 2022 +0800

    fix default test db url name
---
 .env.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.env.example b/.env.example
index 818331dd..0ceca13e 100644
--- a/.env.example
+++ b/.env.example
@@ -7,7 +7,7 @@ PLUGIN_DIR=bin/plugins
 
 # Lake Database Connection String
 DB_URL=mysql://merico:merico@mysql:3306/lake?charset=utf8mb4&parseTime=True
-E2E_DB_URL=mysql://merico:merico@mysql:3306/lake?charset=utf8mb4&parseTime=True
+E2E_DB_URL=mysql://merico:merico@mysql:3306/lake_test?charset=utf8mb4&parseTime=True
 # Silent Error Warn Info
 DB_LOGGING_LEVEL=Error