diff --git a/.env.example b/.env.example index 7c4da9a1..ad3f919d 100644 --- a/.env.example +++ b/.env.example @@ -8,7 +8,7 @@ LOG_CHANNEL=stack DB_CONNECTION=sqlite # Use absolute paths to the database -DB_DATABASE= +DB_DATABASE=/absolute/path/to/database/directory/speed.sdb BROADCAST_DRIVER=log CACHE_DRIVER=file diff --git a/README.md b/README.md index 074a53d6..f6bb9f82 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This program runs a speedtest check every hour and graphs the results. The back-end is written in [Laravel](https://laravel.com/) and the front-end uses [React](https://reactjs.org/). It uses the [speedtest-cli](https://github.com/sivel/speedtest-cli) package to get the data and uses [Chart.js](https://www.chartjs.org/) to plot the results. -![speedtest](https://user-images.githubusercontent.com/36062479/78811223-0a7b8800-79b9-11ea-8259-4fb7890c8a14.gif) +![speedtest](https://user-images.githubusercontent.com/36062479/78822484-a82b8300-79ca-11ea-8525-fdeae496a0bd.gif) ## Installation diff --git a/database/speed.db b/database/speed.db new file mode 100644 index 00000000..4f4e7399 Binary files /dev/null and b/database/speed.db differ