From 616c5983a44fe1c99d9698bdf9b9afd3e425160f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 5 Jun 2020 21:03:55 +0200 Subject: [PATCH] Use default DB connection for central --- assets/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config.php b/assets/config.php index 860bc731..b335224d 100644 --- a/assets/config.php +++ b/assets/config.php @@ -39,7 +39,7 @@ return [ * Database tenancy config. Used by DatabaseTenancyBootstrapper. */ 'database' => [ - 'central_connection' => 'central', + 'central_connection' => env('DB_CONNECTION', 'central'), /** * Connection used as a "template" for the tenant database connection.