From 8ff330b911d6e42e0820cfc855997b45276966d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Verdasca?= Date: Wed, 20 Nov 2024 15:21:04 +0000 Subject: [PATCH] Fix: Readme update --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 2d21ae2..7e9c1fc 100644 --- a/README.md +++ b/README.md @@ -15,21 +15,6 @@ Create a copy of the reference env file in the root of the project and update th `cp .env.sample .env.local` -### Test Env - -Create a file named `.env.test` and the the following - -```env -TEST_ENVIRONMENT=True - -DATABASE_HOST=localhost -DATABASE_USER=postgres -DATABASE_PASS=postgres -DATABASE_NAME=test -DATABASE_PORT=65433 -DATABASE_URL=postgresql://${DATABASE_USER}:${DATABASE_PASS}@${DATABASE_HOST}:${DATABASE_PORT}/${DATABASE_NAME} -``` - ## Run project Here's the steps to set up the project locally: