From 97c7541fea49cece164aeb3edad45ab1069454ec Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Fri, 30 Dec 2022 10:24:51 +0900 Subject: [PATCH] Also fixing the .env for local development to be inline with the docker compose setup --- website/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/.env b/website/.env index e4f3a202..9544836b 100644 --- a/website/.env +++ b/website/.env @@ -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