Skip to content

Commit

Permalink
Add default DB_HOST to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
edjeavons committed Sep 21, 2024
1 parent b09abf3 commit b85f02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Database connection variables
DB_HOST="localhost"
DB_NAME=""
DB_USER=""
DB_PASSWORD=""
Expand Down

0 comments on commit b85f02d

Please sign in to comment.