From 15a66481709eafd5ca705ad6b14fa7b29e5bcfa5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?K=C3=A9vin=20Cocchi?= <kevin.cocchi@gmail.com>
Date: Thu, 20 Apr 2023 23:13:34 +0200
Subject: [PATCH] Remove deprecated config paths for database

---
 README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.md b/README.md
index a36562b..88a46f1 100644
--- a/README.md
+++ b/README.md
@@ -71,8 +71,6 @@ mkdir -p /matrix-appservice-discord
 # Be sure to set the database paths to something like this:
 #  database:
 #    filename: "/data/discord.db"
-#    userStorePath: "/data/user-store.db"
-#    roomStorePath: "/data/room-store.db"
 nano /matrix-appservice-discord/config.yaml
 
 # Copy the registration file to the volume
-- 
GitLab