Skip to content

Commit

Permalink
Removed .env file from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zelihapala committed May 13, 2024
1 parent e05b6db commit 6e7483f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DATABASE_URL=postgres://postgres.fjmosmiswyazsfouajin:[email protected]:5432/postgres
TEST_DATABASE_URL=postgres://cyf:password@localhost:5432/cyf_test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ e2e/playwright-report/
e2e/test-results/
node_modules/
server/static/
.env
.DS_Store

0 comments on commit 6e7483f

Please sign in to comment.