Skip to content

Commit

Permalink
chore: improve env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
ignavan39 committed Mar 5, 2023
1 parent 111e367 commit 90b10f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
DATABASE_NAME=ucrm-db
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_USER=user
DATABASE_PASS=pass
DATABASE_PASS=pass
DATABASE_NAME=ucrm-db
CORS_CLIENT_URLS=*
JWT_SECRET=super-secret
JWT_SECRET_EXPIRES_IN=600000
ENVIRONMENT=development
PORT=8000
NODE_ENV=development
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

```bash
$ yarn install
$ cp .env.example .env
```

## Running the app
Expand Down

0 comments on commit 90b10f5

Please sign in to comment.