Use Alertmanager 0.9.0 test data for 'make run'

This commit is contained in:
Łukasz Mierzwa
2017-09-28 19:13:26 -07:00
parent a36dbb707e
commit 853d7d0b1c

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)/internal/mock/0.8.0
MOCK_PATH := $(CURDIR)/internal/mock/0.9.0
ALERTMANAGER_URIS := "mock:file://$(MOCK_PATH)"
# Listen port when running locally
PORT := 8080