Use Alertmanager 0.8.0 for default demo mode

This commit is contained in:
Łukasz Mierzwa
2017-07-21 19:11:03 -07:00
parent ee027a77ab
commit 0a3d002db8

View File

@@ -2,7 +2,7 @@ NAME := unsee
VERSION := $(shell git describe --tags --always --dirty='-dev')
# Alertmanager instance used when running locally, points to mock data
MOCK_PATH := $(CURDIR)/mock/0.7.1
MOCK_PATH := $(CURDIR)/mock/0.8.0
ALERTMANAGER_URIS := "mock:file://$(MOCK_PATH)"
# Listen port when running locally
PORT := 8080