Browse Source

server: Update allowed hosts

master
Alexis Hernandez 6 years ago
parent
commit
ae42e3cc9c
  1. 2
      server/conf/application.conf

2
server/conf/application.conf

@ -3,7 +3,7 @@
play.i18n.langs = ["en"]
play.filters.hosts {
allowed = ["localhost", "localhost:9000", "127.0.0.1:9000", "10.136.160.52:9000", "10.136.151.203:9000"]
allowed = ["localhost", "localhost:9000", "127.0.0.1:9000", "10.136.160.52:9000", "10.136.151.203:9000", "10.136.164.36:9000", "10.136.55.244:9000"]
}
play.http {

Loading…
Cancel
Save