From f16e2c27048e1c459767a61d32b78db655289643 Mon Sep 17 00:00:00 2001 From: Umed Khudoiberdiev Date: Thu, 3 Jan 2019 22:01:46 +0500 Subject: [PATCH] fixing circleci config --- ormconfig.circleci.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ormconfig.circleci.json b/ormconfig.circleci.json index 3a7e413656..1b45c0a0b7 100644 --- a/ormconfig.circleci.json +++ b/ormconfig.circleci.json @@ -7,7 +7,7 @@ "port": 3306, "username": "root", "password": "", - "database": "test" + "database": "circle_test" }, { "skip": true, @@ -31,9 +31,9 @@ "type": "postgres", "host": "localhost", "port": 5432, - "username": "test", - "password": "test", - "database": "test", + "username": "postgres", + "password": "mysecretpassword", + "database": "circle_test", "logging": false }, {