summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorrohan09-raj <rajrohan1914@gmail.com>2023-01-29 18:45:05 +0530
committerrohan09-raj <rajrohan1914@gmail.com>2023-01-29 18:45:05 +0530
commit462d4abf09cfbce2384f2e680acf1599814e4183 (patch)
treebdb4dc71c0f3b04a2b41578a6052a1380ce37836 /server
parent4244e00c1330b11b45f7cc33ffd55f9af59f6587 (diff)
remove .env and added it to git ignore
Diffstat (limited to 'server')
-rw-r--r--server/.env7
-rw-r--r--server/.gitignore1
2 files changed, 1 insertions, 7 deletions
diff --git a/server/.env b/server/.env
deleted file mode 100644
index 13daadf..0000000
--- a/server/.env
+++ /dev/null
@@ -1,7 +0,0 @@
-CONNECTION_URL = mongodb+srv://rohan:8Yf8aLiUHzNsg8bd@cluster0.xyo43.mongodb.net/?retryWrites=true&w=majority
-PORT = 5000
-
-//TWILIO
-TWILIO_ACCOUNT_SID = AC3f4557fd7c8a9fe9f02b1596151d9fde
-TWILIO_AUTH_TOKEN = 53b845ec90bd17d8c3f2ade7bc2baf94
-TWILIO_PHONE_NUMBER = +13605029514 \ No newline at end of file
diff --git a/server/.gitignore b/server/.gitignore
index 4d29575..8692cf6 100644
--- a/server/.gitignore
+++ b/server/.gitignore
@@ -13,6 +13,7 @@
# misc
.DS_Store
+.env
.env.local
.env.development.local
.env.test.local