Update Alertmanager URI to use new mock data

So that 'make run' works with new mock data
This commit is contained in:
Łukasz Mierzwa
2017-04-06 21:06:50 -07:00
parent c3bed3cc62
commit bb7f491acb

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
ALERTMANAGER_URI := https://raw.githubusercontent.com/cloudflare/unsee/master/mock
ALERTMANAGER_URI := https://raw.githubusercontent.com/cloudflare/unsee/master/mock/0.5
# Listen port when running locally
PORT := 8080