summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-05-13 08:51:58 -0400
committermrw1593 <botahamec@outlook.com>2023-05-29 10:45:51 -0400
commitdc46789e6aa8f9c5461bc81f504043b208c3d1de (patch)
tree615dde1e70ceb92319c6007ddabf7d82ffbc4dbb
parentd08c9f5e2a6e7327dfc0be60a315c4eab9f8458d (diff)
Remove .env file
-rw-r--r--.env1
-rw-r--r--.gitignore1
2 files changed, 1 insertions, 1 deletions
diff --git a/.env b/.env
deleted file mode 100644
index 4bbfe96..0000000
--- a/.env
+++ /dev/null
@@ -1 +0,0 @@
-DATABASE_URL="mysql://dbuser:Demo1234@localhost/password_database"
diff --git a/.gitignore b/.gitignore
index ea8c4bf..fedaa2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/target
+.env