From 1aaee62808fe8dfa01755cdecfc544ab4cba72fd Mon Sep 17 00:00:00 2001 From: marina Date: Wed, 27 May 2020 17:50:15 +0300 Subject: [PATCH] Remove pac from db configuration --- src/executors/default-with-mysql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/executors/default-with-mysql.yml b/src/executors/default-with-mysql.yml index e220c25..8a7d475 100644 --- a/src/executors/default-with-mysql.yml +++ b/src/executors/default-with-mysql.yml @@ -7,13 +7,13 @@ parameters: default: "5.6" db-test-url: type: string - default: "root:password@/pac" + default: "root:password@/" mysql-root-password: type: string default: "password" mysql-database: type: string - default: "pac" + default: "testdb" docker: - image: golang:<> environment: