From f4b3fb68f54e924ae107657de505667d16c813e9 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Thu, 22 Aug 2019 07:39:56 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index f04129c..ab5f621 100644
--- a/README.md
+++ b/README.md
@@ -30,8 +30,8 @@ environment arguments, run it with the `--config-from-environment` argument.
 
 `DB_BACKEND` defines the backend used for the database, this can be `SQLite` or
 `PostgreSQL`. In case `SQLite` is used, the database will be stored in
-`/root/.config/quassel-irc.org/quassel-storage.sqlite`. If `PostgreSQL` is used
-instead, these variables determine the connection details: `DB_PGSQL_USERNAME`,
+`/config/quassel-storage.sqlite`. If `PostgreSQL` is used instead, these
+variables determine the connection details: `DB_PGSQL_USERNAME`,
 `DB_PGSQL_PASSWORD`, `DB_PGSQL_HOSTNAME`, `DB_PGSQL_PORT`, `DB_PGSQL_DATABASE`.
 
 `AUTH_AUTHENTICATOR` defines the backend used for authentication, this can be
-- 
GitLab