summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorDavid Mehren2021-05-06 22:31:39 +0200
committerGitHub2021-05-06 22:31:39 +0200
commit71841d7d35808982b712c928d35a1df75317c8a6 (patch)
treeda7af6d4ff8fb5d39cc075885805fb2fa50a3d2b /config.json.example
parentd9604ce1341b13604f33ede8eb0b6b898f8d85fd (diff)
parenta897ef7dea1fd3d0ef7415bff5b3312e5fb3828a (diff)
Merge pull request #1239 from hedgedoc/release/1.8.1
Diffstat (limited to '')
-rw-r--r--config.json.example11
1 files changed, 4 insertions, 7 deletions
diff --git a/config.json.example b/config.json.example
index 258643a9..42dac856 100644
--- a/config.json.example
+++ b/config.json.example
@@ -8,17 +8,15 @@
},
"development": {
"loglevel": "debug",
- "hsts": {
- "enable": false
- },
"db": {
"dialect": "sqlite",
"storage": "./db.hedgedoc.sqlite"
},
- "linkifyHeaderStyle": "gfm"
+ "domain": "localhost",
+ "urlAddPort": true
},
"production": {
- "domain": "localhost",
+ "domain": "change this",
"loglevel": "info",
"hsts": {
"enable": true,
@@ -126,7 +124,6 @@
{
"connectionString": "change this",
"container": "change this"
- },
- "linkifyHeaderStyle": "gfm"
+ }
}
}