From c6482e7c84cf7ef2c55e416639c171199c6bf62b Mon Sep 17 00:00:00 2001 From: pmoharana-cmd Date: Sat, 2 Mar 2024 15:23:13 -0500 Subject: [PATCH] change .env in READ.me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd0d089..c6bdb43 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Also add following variables inside of a .env file inside of the backend directo ``` \\ .env file contents -POSTGRES_DB=compass +POSTGRES_DATABASE=compass POSTGRES_USER=postgres POSTGRES_PASSWORD=admin POSTGRES_HOST=db