Skip to content

Commit

Permalink
Fix: Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrverdasca committed Nov 20, 2024
1 parent b0f299a commit 8ff330b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ff330b

Please sign in to comment.