mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-03 12:30:24 +08:00
Adding support for an email login method and registering new users with the labeler backend.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export DATABASE_URI=postgresql://postgres:postgres@localhost:5432/postgres
|
||||
export DATABASE_URI=postgresql://fozziethebeat@localhost:5432/ocgpt_backend
|
||||
|
||||
uvicorn app.main:app --reload
|
||||
|
||||
Reference in New Issue
Block a user