chore(backend): use 0.15.2 mock files for demo

This commit is contained in:
Łukasz Mierzwa
2018-08-14 18:39:12 +01:00
parent ebb115348f
commit 91fb75de01

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