Use local files for 'make run'

This commit is contained in:
Łukasz Mierzwa
2017-04-16 08:31:07 -07:00
parent 5d9ec5da64
commit 7612a8a8aa
+1 -1
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/0.5
ALERTMANAGER_URI := file://$(CURDIR)mock/0.5
# Listen port when running locally
PORT := 8080