From 32db6a74d8578f993dd1cce3367fc7615ec730cd Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 22 Mar 2016 21:30:21 +0100 Subject: Use nodemon insteal of watch --- application.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application.conf') diff --git a/application.conf b/application.conf index 3be05e2..c3a59de 100644 --- a/application.conf +++ b/application.conf @@ -1,5 +1,5 @@ -hostname = "localhost:3001" -port = 3001 +hostname = "localhost:3000" +port = 3000 currency = "€" signInExpirationMn = 5 -- cgit v1.2.3