Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolay Zlobin committed Jan 29, 2021
1 parent 738594c commit 02eafaf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
DB_HOST='127.0.0.1'
BASE_URL=http://localhost:3000
HOST=localhost
PORT=3000
DB_HOST=127.0.0.1
DB_NAME=jesse_db
DB_USER=jesse_user
DB_PASSWORD=password
DB_PASSWORD=
DB_PORT=5432

0 comments on commit 02eafaf

Please sign in to comment.