Remove external ip from dev

This commit is contained in:
Jannis Mattheis
2020-10-08 18:06:45 +02:00
parent d4518eaf89
commit fa3a7d03dd
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
/.idea
*-packr.go
/dist/
*.local

View File

@@ -1,4 +1,3 @@
SCREEGO_EXTERNAL_IP=127.0.0.1
SCREEGO_SECRET=secure
SCREEGO_LOG_LEVEL=debug
SCREEGO_CORS_ALLOWED_ORIGINS=http://localhost:3000