Skip to content

Commit 48f3d62

Browse files
alexjustesengitbook-bot
authored andcommitted
GITBOOK-88: change request with no subject merged in GitBook
1 parent a03e513 commit 48f3d62

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

help/faqs.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ description: A running list of frequently ask questions and their answers.
1010

1111
<summary>I get a warning on container start up that the <code>APP_KEY</code> is missing</summary>
1212

13-
As of `v0.12.0` the app key is generated on start-up and it is **OK to ignore this warning**. To set a persisted key follow the steps below
14-
15-
1. Open the CLI of the Speedtest Docker container
16-
2. Run `php artisan key:generate --show`
17-
3. Add the generated string to your environment variables attached to `APP_KEY=generatedstringgoeshere`
18-
4. Restart the container
13+
You can generate a key here: [https://speedtest-tracker.dev](https://speedtest-tracker.dev).
1914

2015
</details>
2116

@@ -30,35 +25,24 @@ As of `v0.12.0` the app key is generated on start-up and it is **OK to ignore th
3025

3126
</details>
3227

33-
### Settings
34-
35-
<details>
36-
37-
<summary>Speedtest server</summary>
38-
39-
#### Q: Why do only some servers have the server name in the list?
40-
41-
By default Ookla's CLI only returns the "closest" 20 servers. If the server you've selected isn't in that list Speedtest Tracker can label it.
42-
43-
</details>
44-
4528
### Time zones
4629

4730
<details>
4831

4932
<summary>How do I set the display and schedule time zone?</summary>
5033

51-
Your local time can be set in the UI under `Settings -> General -> Time zone`.
34+
1. Set `DISPLAY_TIMEZONE` environment variables to your local timezone.
35+
2. Restart the container
5236

5337
</details>
5438

5539
<details>
5640

5741
<summary>My display timestamps or scheduled tests aren't correct.</summary>
5842

59-
Speedtest Tracker assumes your application and database containers are set to `UTC` by default.
43+
Speedtest Tracker assumes your application and database containers are set to `UTC` by default. If your database instance has your local time zone set it needs to **match** that set in `APP_TIMEZONE` and `DISPLAY_TIMEZONE` environment variables.
6044

61-
If your database instance runs with a local time zone set it needs to **match** that set in `Time zone` and `Database has time zone` needs to be enabled for the offset to be correctly displayed.
45+
Once set restart the container.
6246

6347
</details>
6448

0 commit comments

Comments
 (0)