diff options
| author | Horus_Arch | 2015-02-20 20:40:51 +0100 |
|---|---|---|
| committer | Horus_Arch | 2015-02-20 20:40:51 +0100 |
| commit | a8d9e02831d4b01e47f24a30144b5522c03b2b8c (patch) | |
| tree | f396994bbe050d14db73048572481d63f175d750 /app/Makefile | |
| parent | ffe1b892b4c01c40215a1b8b5697fc35b81186b5 (diff) | |
| download | statuspage-a8d9e02831d4b01e47f24a30144b5522c03b2b8c.tar.gz | |
Config for ip and port. Health check updates now database and redis cache.
Diffstat (limited to 'app/Makefile')
| -rw-r--r-- | app/Makefile | 6 |
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 |
