summaryrefslogtreecommitdiff
path: root/app/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile
index 41a813f..49e8b5d 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -13,6 +13,12 @@ endif
ifndef STATUS_REDIS_PORT
export STATUS_REDIS_PORT:=6379
endif
+ifndef STATUS_HTTP_IP
+ export STATUS_HTTP_IP:=127.0.0.1
+endif
+ifndef STATUS_HTTP_PORT
+ export STATUS_HTTP_PORT:=8080
+endif
IMPORT_FILE:=import.go