summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json.example b/config.json.example
index e07052bd..1f2ec3d5 100644
--- a/config.json.example
+++ b/config.json.example
@@ -11,7 +11,7 @@
},
"db": {
"dialect": "sqlite",
- "storage": "./db.hackmd.sqlite"
+ "storage": "./db.codimd.sqlite"
}
},
"production": {
@@ -34,7 +34,7 @@
"db": {
"username": "",
"password": "",
- "database": "hackmd",
+ "database": "codimd",
"host": "localhost",
"port": "5432",
"dialect": "postgres"