From d8dd0edc467564128a1fe70457fc98a15d307ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6pf?= Date: Tue, 13 Dec 2022 12:37:48 +0100 Subject: [PATCH] typo --- backend/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index e35fb467..5afc2a25 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,8 +1,8 @@ # Open-Chat-GPT REST Backend -## Almbeic database init +## Alembic database init -Please edit `alembic.ini` and specify your database uri in the parameter `sqlalchemy.url`. +Please edit `alembic.ini` and specify your database URI in the parameter `sqlalchemy.url = postgresql://:@/`. ## REST Server Configuration