Skip to content

Commit 1b0b3d8

Browse files
committed
Env file added to the node application.
1 parent ea1c9ae commit 1b0b3d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

node/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ORIGIN_URL=http://localhost:4200

node/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ typings/
5858
# Yarn Integrity file
5959
.yarn-integrity
6060

61-
# dotenv environment variables file
62-
.env
61+
6362

6463
# parcel-bundler cache (https://parceljs.org/)
6564
.cache

0 commit comments

Comments
 (0)