Skip to content

Commit 024d5d5

Browse files
alexjustesengitbook-bot
authored andcommitted
GITBOOK-57: change request with no subject merged in GitBook
1 parent 38d5c79 commit 024d5d5

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* [Using Synology](getting-started/installation/installation-1.md)
1212
* [Using Unraid](getting-started/installation/installation-2.md)
1313
* [Kubernetes](getting-started/installation/kubernetes.md)
14+
* [Database](getting-started/database.md)
1415
* [Environment Variables](getting-started/environment-variables.md)
1516

1617
## 🔑 Security

faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SQLite is supported by Laravel as a database driver but it is no longer the reco
1616

1717
1. Create a volume called `speedtest-tracker` and attach it to the container.
1818
2. Create a file called `database.sqlite`, you can do this by running `touch database.sqlite` in the mounted volume or create it in the mounted directory.
19-
3. Update your environment variables to only include the following for under the `DB_` prefix: `DB_CONNECTION=sqlite` and `DB_HOST=/config/database.sqlite`.
19+
3. Update your environment variables to only include the following for under the `DB_` prefix: `DB_CONNECTION=sqlite` and `DB_DATABASE=/config/database.sqlite`.
2020
4. Restart the container.
2121

2222
</details>

getting-started/database.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Database
2+
3+
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.
4+
5+
MySQL/MariaDB ships as the default driver but you can also use SQLite and Postgres. While SQL Server is supported by Laravel it hasn't been tested with Speedtest Tracker so no support will be provided for that driver.

0 commit comments

Comments
 (0)