Skip to content

Commit

Permalink
Add TZ config var
Browse files Browse the repository at this point in the history
fixes #114
  • Loading branch information
metbril authored and paulrobertlloyd committed Jul 27, 2020
1 parent 2df12b6 commit 413c7fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ If you want to send logs to [Timber](https://timber.io), set the following varia

* `TIMBER_TOKEN`: Timber API key. *Optional*
* `TIMBER_SOURCE`: Timber source ID. *Optional*

### Timezone
If you want to set the timezone for your content:

* `TZ`: Timezone, in [tz database format](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). *Optional*, defaults to `Europe/London`.

0 comments on commit 413c7fb

Please sign in to comment.