Files
Open-Assistant/backend/scripts/run-local.sh
T
2022-12-13 16:19:29 +01:00

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