From a8d9e02831d4b01e47f24a30144b5522c03b2b8c Mon Sep 17 00:00:00 2001 From: Horus_Arch Date: Fri, 20 Feb 2015 20:40:51 +0100 Subject: Config for ip and port. Health check updates now database and redis cache. --- app/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/Makefile') 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 -- cgit v1.2.3