Skip to content

Commit

Permalink
Use 8080 as production HTTP port.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismagilov committed Mar 14, 2017
1 parent 7772568 commit 34ba3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default:
connector:
http:
host : localhost
port : 80
port : 8080
auth:
redirect : /login
cookie:
Expand Down

0 comments on commit 34ba3ae

Please sign in to comment.