mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-07 00:06:32 +08:00
removed alembic section
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user