diff --git a/.env b/.env deleted file mode 100644 index 324f8d8fe8..0000000000 --- a/.env +++ /dev/null @@ -1,2 +0,0 @@ -DATABASE_URL=postgres://postgres.fjmosmiswyazsfouajin:hjTHjJHf3clU3wXh@aws-0-us-east-1.pooler.supabase.com:5432/postgres -TEST_DATABASE_URL=postgres://cyf:password@localhost:5432/cyf_test diff --git a/.gitignore b/.gitignore index adfa66281a..9c1729fec1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ e2e/test-results/ node_modules/ server/static/ .DS_Store +.env