Skip to content

Commit

Permalink
[#6] add .env in templates and tests explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasCir committed Oct 7, 2022
1 parent 05c40cc commit 41dcbd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/templates/new/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DATABASE_URL='postgres://postgres:postgres@localhost:5432/postgres'
PORT=3000
2 changes: 2 additions & 0 deletions tests/new/resources/new_test_project/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DATABASE_URL='postgres://postgres:postgres@localhost:5432/postgres'
PORT=3000

0 comments on commit 41dcbd7

Please sign in to comment.