Skip to content

Commit

Permalink
chore: upkeep all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyoptimist committed May 14, 2024
1 parent a950087 commit 80aa56e
Show file tree
Hide file tree
Showing 3 changed files with 2,811 additions and 9,111 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ APP_ENV=development
APP_URL=http://localhost:3000

# JWT AUTH
JWT_SECRET_KEY=uAsBw6WxqD
JWT_SECRET_KEY=3uper**3ecret
JWT_EXPIRATION_TIME=3600

# DATABASE
DB_TYPE=postgres
DB_USERNAME=nest
DB_PASSWORD=nest
DB_HOST=db
DB_PORT=3306
DB_PORT=5432
DB_DATABASE=nest
DB_SYNC=false
Loading

0 comments on commit 80aa56e

Please sign in to comment.