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