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 <[email protected]> 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
