Skip to content

Commit a923982

Browse files
alexjustesengitbook-bot
authored andcommitted
GITBOOK-123: No subject
1 parent 7b7bbc2 commit a923982

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

getting-started/database-drivers.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88

99
Since Speedtest Tracker is built on the Laravel Framework any of the framework's supported database [drivers](https://laravel.com/docs/10.x/database#configuration) are also supported.
1010

11-
SQLite ships as the default driver but you can also use MySQL/MariaDB/Postgres. 
11+
SQLite ships as the default driver but you can also use MySQL/MariaDB/Postgres.
1212

1313
> While SQL Server is supported by Laravel it hasn't been tested with Speedtest Tracker so no support will be provided for that driver.
1414
@@ -18,7 +18,7 @@ SQLite ships as the default driver but you can also use MySQL/MariaDB/Postgres.&
1818

1919
#### SQLite (Default)
2020

21-
SQLite is a good option for simple installs. The database will be create automatically inside the docker volume. 
21+
SQLite is a good option for simple installs. The database will be create automatically inside the docker volume.
2222

2323
| Environment Variable | Value |
2424
| -------------------- | -------- |
@@ -56,3 +56,4 @@ SQLite is a good option for simple installs. The database will be create automat
5656
| `DB_DATABASE` | Name of the database you'll connect to. |
5757
| `DB_USERNAME` | User that'll be used to connect to the database. |
5858
| `DB_PASSWORD` | Password for the user above. |
59+
| `DB_SEARCH_PATH` | To change the database schema used by Postgres. |

0 commit comments

Comments
 (0)