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