Skip to content

Commit

Permalink
Pushing Env With Empty Values
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavk1511 committed Dec 7, 2023
1 parent d966e13 commit 6fefe8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DB_HOST=127.0.0.1
DB_USER=root
DB_PASSWORD=root
DB_NAME=Assignment3
PORT=3000
CSVPATH= "//Users/pranavkulkarni/Desktop/Assignment-7/webapp-fork/opt/users.csv"
accessKeyId=
secretAccessKey=
region=us-east-1
topicarn=
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ web_modules/
.yarn-integrity

# dotenv environment variable files
.env

.env.development.local
.env.test.local
.env.production.local
Expand Down

0 comments on commit 6fefe8d

Please sign in to comment.