We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16efce5 commit 728de7fCopy full SHA for 728de7f
config/cachet.php
@@ -107,4 +107,14 @@
107
|
108
*/
109
'docker' => env('CACHET_DOCKER', false),
110
+
111
+ /*
112
+ |--------------------------------------------------------------------------
113
+ | Cachet Database Connection
114
115
+ |
116
+ | Support using an alternative database connection, defaults to default connecton of application
117
118
+ */
119
+ 'database_connection' => env('CACHET_DB_CONNECTION'),
120
];
0 commit comments