Skip to content

Commit fa3a7d0

Browse files
committedOct 9, 2020
Remove external ip from dev
1 parent d4518ea commit fa3a7d0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/.idea
33
*-packr.go
44
/dist/
5+
*.local

‎screego.config.development

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
SCREEGO_EXTERNAL_IP=127.0.0.1
21
SCREEGO_SECRET=secure
32
SCREEGO_LOG_LEVEL=debug
43
SCREEGO_CORS_ALLOWED_ORIGINS=http://localhost:3000

0 commit comments

Comments
 (0)
Please sign in to comment.