Default to 0.6.2 mock data in 'make run'

This commit is contained in:
Łukasz Mierzwa
2017-05-09 21:53:51 +01:00
parent 2cfe0eaa2a
commit ee301ffae1

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.6.1
MOCK_PATH := $(CURDIR)/mock/0.6.2
ALERTMANAGER_URI := file://$(MOCK_PATH)
# Listen port when running locally
PORT := 8080