removed alembic section

This commit is contained in:
Yannic Kilcher
2022-12-14 00:14:49 +01:00
parent c5e485be81
commit 4c06c3fb93
-6
View File
@@ -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://<username>:<password>@<host>/<database_name>`.~~
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`.