summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-06-26 21:38:02 +0200
committerGitHub2018-06-26 21:38:02 +0200
commit6634fac84964d4f292599a9f368c182e6f10045c (patch)
treed93e6a6574ad972a27b372fc12e0539b57ca8868 /config.json.example
parentd87505d5836ea1bad60c0e2c2a8aa25b9b4e1590 (diff)
parent2184491f4ac4b224e26fcc4b54d792dd4e82178f (diff)
Merge pull request #850 from SISheogorath/rebrand/CodiMD
Rebrand HackMD CE to CodiMD
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 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"