From fa3a7d03ddfb72acf24c7d50a4e8405f7e8a0121 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Thu, 8 Oct 2020 18:06:45 +0200 Subject: [PATCH] Remove external ip from dev --- .gitignore | 1 + screego.config.development | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8323b66..351e4c2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /.idea *-packr.go /dist/ +*.local diff --git a/screego.config.development b/screego.config.development index 1ea5990..665167d 100644 --- a/screego.config.development +++ b/screego.config.development @@ -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