diff --git a/assets/config.php b/assets/config.php index e06a94fc..bb9873fc 100644 --- a/assets/config.php +++ b/assets/config.php @@ -97,7 +97,7 @@ return [ ], 'identification' => [ 'header' => 'X-Tenant', // Can be anything, but should really start with "X-", - 'query_parameter' => '_tenant' + 'query_parameter' => '_tenant', ], 'home_url' => '/app', 'create_database' => true,