summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLiterallie2017-10-13 01:14:50 +0200
committerLiterallie2017-10-13 01:42:05 +0200
commit1634d5c567180b072ed4e345b841642f4ea70924 (patch)
treec0a03cd246177593233c367bd711695a682acaab /README.md
parent56411ca0e10a90d8206508171e3871146bce5351 (diff)
Add on/off env var for HSTS
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0fecc43b..dd418d69 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,7 @@ Environment variables (will overwrite other server configs)
| HMD_S3_SECRET_ACCESS_KEY | no example | AWS secret key |
| HMD_S3_REGION | `ap-northeast-1` | AWS S3 region |
| HMD_S3_BUCKET | no example | AWS S3 bucket name |
+| HMD_HSTS_ENABLE | ` true` | set to enable [HSTS](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security) if HTTPS is also enabled (default is ` true`) |
Application settings `config.json`
---