Use local files for 'make run'

This commit is contained in:
Łukasz Mierzwa
2017-04-14 23:05:38 -07:00
parent 5d9ec5da64
commit 7612a8a8aa

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