mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-01 16:50:12 +08:00
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export DATABASE_URI=postgresql://postgres:postgres@localhost:5432/postgres
|
|
|
|
uvicorn app.main:app --reload
|