Attempt to make tz
config var easier to understand.
This commit is contained in:
parent
d1a1175293
commit
6c52a4863c
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@ With the database initialised, we can now setup OpenDTU Logger. Add the [add-on
|
||||||
- `opendtu_password`: `write_your_OpenDTUs__password_here`
|
- `opendtu_password`: `write_your_OpenDTUs__password_here`
|
||||||
- Using password protection is optional, but recommended.
|
- Using password protection is optional, but recommended.
|
||||||
- `tz` **(required)**
|
- `tz` **(required)**
|
||||||
- In `tz`, enter your timezone.
|
- In `tz`, enter your timezone identifier.
|
||||||
- Default value: `Europe/Amsterdam`
|
- Default value: `Europe/Amsterdam`
|
||||||
- If you are living in a different location, you can find your timezone identifier using [this list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
|
- If you are living in a different location, you can find the timezone identifier of your location using [this list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
|
||||||
- `timescaledb` *(optional)*
|
- `timescaledb` *(optional)*
|
||||||
- If you don't want to use TimescaleDB, disable `timescaledb`.
|
- If you don't want to use TimescaleDB, disable `timescaledb`.
|
||||||
- `log_level`
|
- `log_level`
|
||||||
|
|
Loading…
Reference in a new issue