From 4c06c3fb93e764148fc305c8824e96832549ace2 Mon Sep 17 00:00:00 2001 From: Yannic Kilcher Date: Wed, 14 Dec 2022 00:14:49 +0100 Subject: [PATCH] removed alembic section --- backend/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/backend/README.md b/backend/README.md index 3c47d5f6..9a6f8b97 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,11 +1,5 @@ # Open-Chat-GPT REST Backend -## Alembic database init - -~~Please edit `alembic.ini` and specify your database URI in the parameter `sqlalchemy.url = postgresql://:@/`.~~ - -set the DATABASE_URI environment variable to the database URI, alembic will upgrade automatically on startup. - ## REST Server Configuration Please either use environment variables or create a `.env` file in the backend root directory (in which this readme file is located) to specify the `DATABASE_URI`.