diff options
author | David Mehren | 2020-11-15 21:02:36 +0100 |
---|---|---|
committer | GitHub | 2020-11-15 21:02:36 +0100 |
commit | 4c0efe1237bc33b52d06eaf86a28adad9a041ec2 (patch) | |
tree | fa068d16074645b7b6d8d88b78724b9cd82dd879 /config.json.example | |
parent | 299301f0fe5bea41b4407bbbc03932fc4dd1c1d3 (diff) | |
parent | 9898ab3ca5fa226967d8a3aca8e6e752554ed64d (diff) |
Merge pull request #453 from hedgedoc/misc/renaming
Diffstat (limited to '')
-rw-r--r-- | config.json.example | 4 |
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" |