Skip to content

Commit

Permalink
server: Add allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Dec 17, 2018
1 parent b2aaae4 commit dc71ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
play.i18n.langs = ["en"]

play.filters.hosts {
allowed = ["localhost", "localhost:9000", "127.0.0.1:9000"]
allowed = ["localhost", "localhost:9000", "127.0.0.1:9000", "10.136.160.52:9000", "10.136.151.203:9000"]
}

play.http {
Expand Down

0 comments on commit dc71ce8

Please sign in to comment.