Skip to content

Commit 357c89b

Browse files
committed
Rewording README line
For configuring a database connection.
1 parent 3f05068 commit 357c89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The simplest way to use the Tunneler is to set `TUNNELER_ON_BOOT=true` in your `
8989

9090
However, there is minimal performance impact because the tunnel will get reused. You only have to bear the connection costs when the tunnel has been disconnected for some reason.
9191

92-
Then you can just configure your service, we will demonstrate a database connection.
92+
Then you can just configure your service, which we will demonstrate using a database connection. Add this under `'connections'` in your `config/database.php` file
9393

9494
```php
9595
'mysql_tunnel' => [

0 commit comments

Comments
 (0)