Skip to content

Commit 728de7f

Browse files
committed
Add config item ready to set up configuring own database connection for cachet if required
1 parent 16efce5 commit 728de7f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/cachet.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,14 @@
107107
|
108108
*/
109109
'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'),
110120
];

0 commit comments

Comments
 (0)