diff --git a/resources/templates/new/.env b/resources/templates/new/.env new file mode 100644 index 0000000..9d568bf --- /dev/null +++ b/resources/templates/new/.env @@ -0,0 +1,2 @@ +DATABASE_URL='postgres://postgres:postgres@localhost:5432/postgres' +PORT=3000 diff --git a/tests/new/resources/new_test_project/.env b/tests/new/resources/new_test_project/.env new file mode 100644 index 0000000..9d568bf --- /dev/null +++ b/tests/new/resources/new_test_project/.env @@ -0,0 +1,2 @@ +DATABASE_URL='postgres://postgres:postgres@localhost:5432/postgres' +PORT=3000