Skip to content

Commit 452fdf8

Browse files
Add .env file for environment variables and update .gitignore to comment out dotenv entries
1 parent 3037b3b commit 452fdf8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

monolith/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PORT=8080
2+
TODOS_API_BASE_URL=https://jsonplaceholder.typicode.com

monolith/.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ lerna-debug.log*
3636
!.vscode/extensions.json
3737

3838
# dotenv environment variable files
39-
.env
40-
.env.development.local
41-
.env.test.local
42-
.env.production.local
43-
.env.local
39+
# .env
40+
# .env.development.local
41+
# .env.test.local
42+
# .env.production.local
43+
# .env.local
4444

4545
# temp directory
4646
.temp

0 commit comments

Comments
 (0)