# Configuration

The exported [**inbox.php**](https://github.com/shipsaas/laravel-inbox-process/blob/main/src/Configs/inbox.php) configuration

<table><thead><tr><th width="246">Key</th><th width="123.33333333333331">Type</th><th>Description</th></tr></thead><tbody><tr><td>uses_default_inbox_route</td><td>bool</td><td>Default: <strong>true</strong><br>Enable/disable the inbox webhook default route.</td></tr><tr><td>db_connection</td><td>string|null</td><td>Default: <strong>null -</strong> use the default DB connection<br>Specify the desired DB connection for Inbox. </td></tr><tr><td>route_path</td><td>string</td><td>(since <strong>v1.1.1</strong>)<br>Default: <strong>inbox</strong><br>Customize the built-in inbox route path.</td></tr></tbody></table>
