summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorDavid Mehren2020-11-15 21:02:36 +0100
committerGitHub2020-11-15 21:02:36 +0100
commit4c0efe1237bc33b52d06eaf86a28adad9a041ec2 (patch)
treefa068d16074645b7b6d8d88b78724b9cd82dd879 /config.json.example
parent299301f0fe5bea41b4407bbbc03932fc4dd1c1d3 (diff)
parent9898ab3ca5fa226967d8a3aca8e6e752554ed64d (diff)
Merge pull request #453 from hedgedoc/misc/renaming
Diffstat (limited to '')
-rw-r--r--config.json.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json.example b/config.json.example
index 71187b96..258643a9 100644
--- a/config.json.example
+++ b/config.json.example
@@ -13,7 +13,7 @@
},
"db": {
"dialect": "sqlite",
- "storage": "./db.codimd.sqlite"
+ "storage": "./db.hedgedoc.sqlite"
},
"linkifyHeaderStyle": "gfm"
},
@@ -39,7 +39,7 @@
"db": {
"username": "",
"password": "",
- "database": "codimd",
+ "database": "hedgedoc",
"host": "localhost",
"port": "5432",
"dialect": "postgres"