Skip to content

Commit

Permalink
Changed default port.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed May 11, 2017
1 parent 90251da commit 8686b56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ application {
host = "localhost"

# HTTP ports
port = 8090
port = 8080



Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ application {
host = "localhost"

# HTTP ports
port = 8090
port = 8080

# uncomment to enabled HTTPS
# securePort = 8443
Expand All @@ -30,9 +30,9 @@ application {
fallbackHandler = "io.sinistral.proteus.server.handlers.ServerFallbackHandler"

defaultResponseListener = "io.sinistral.proteus.server.handlers.ServerDefaultResponseListener"

redirect_https = ""

}

api.version="v1"
Expand Down

0 comments on commit 8686b56

Please sign in to comment.