Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Added: TZ to app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mallowlabs committed Nov 24, 2014
1 parent dea22b9 commit 8e0d948
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"SECRET_TOKEN": {
"description": "A secret key for verifying the integrity of signed cookies",
"generator": "secret"
},
"TZ": {
"description": "Timezone (e.g. Asia/Tokyo)",
"value": "UTC",
"required": false
}
},
"addons": [
Expand Down

0 comments on commit 8e0d948

Please sign in to comment.