From a3414e175d65b8e32370fe649aa0f0f5cc8a2603 Mon Sep 17 00:00:00 2001 From: joshua bauer Date: Wed, 10 May 2017 17:25:45 -0700 Subject: [PATCH] Changed default port. --- conf/application.conf | 2 +- src/main/resources/reference.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/application.conf b/conf/application.conf index 1bc36e9..bfffa02 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -14,7 +14,7 @@ application { host = "localhost" # HTTP ports - port = 8080 + port = 8090 diff --git a/src/main/resources/reference.conf b/src/main/resources/reference.conf index 89df97c..03dfd51 100644 --- a/src/main/resources/reference.conf +++ b/src/main/resources/reference.conf @@ -16,7 +16,7 @@ application { host = "localhost" # HTTP ports - port = 8080 + port = 8090 # uncomment to enabled HTTPS # securePort = 8443