Skip to content

Commit 3f994a8

Browse files
author
Stewest
committed
Adding back .env files for example. If you put sensitive stuff in there, remove it
1 parent 25c10bf commit 3f994a8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ npm-debug.log
55
wip/
66
release
77
coverage
8-
.env
98
.eslintcache

Diff for: j5ardi/socket-io-client/.env

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
REACT_APP_ENDPOINT=http://127.0.0.1:4000

Diff for: j5ardi/socket-io-server/.env

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PORT=4000
2+
CORSLOCAL=http://localhost:3000

0 commit comments

Comments
 (0)