Also fixing the .env for local development to be inline with the docker compose setup

This commit is contained in:
Keith Stevens
2022-12-30 10:24:51 +09:00
parent 7c187bbfab
commit 97c7541fea
+1 -1
View File
@@ -1,5 +1,5 @@
# The database created by running the jobs in /scripts/frontend-development/docker-compose.yaml
DATABASE_URL=postgres://postgres:postgres@localhost:5433/ocgpt_website
DATABASE_URL=postgres://postgres:postgres@localhost:5433/oasst_web
# The FastAPI backend found by running the jobs in /scripts/frontend-development/docker-compose.yaml
FASTAPI_URL=http://localhost:8080