hackmd: disable anon usage

This commit is contained in:
Markus 2018-09-16 11:49:53 +02:00
parent ede4e49e33
commit 3be1e06242

View File

@ -2,6 +2,7 @@
"production": { "production": {
"domain": "{{ hackmd_domain }}", "domain": "{{ hackmd_domain }}",
"protocolUseSSL": true, "protocolUseSSL": true,
"allowAnonymous": false,
"allowFreeURL": true, "allowFreeURL": true,
"sessionSecret": "{{ hackmd_secret }}", "sessionSecret": "{{ hackmd_secret }}",
"hsts": { "hsts": {