This commit is contained in:
Andreas Köpf
2022-12-13 12:37:48 +01:00
parent fce8422c13
commit d8dd0edc46
+2 -2
View File
@@ -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://<username>:<password>@<host>/<database_name>`.
## REST Server Configuration