mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-11 01:24:46 +02:00
feat: allow models to specify database connection (#575)
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ return [
|
||||
*/
|
||||
|
||||
'batching' => [
|
||||
'database' => env('DB_CONNECTION', 'mysql'),
|
||||
'database' => env('DB_CONNECTION', 'mysql_prod'),
|
||||
'table' => 'job_batches',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user