Browse Source

server: Allow to set the app host as the allowed host

bitcoin
Alexis Hernandez 6 years ago
parent
commit
67a0e62b97
  1. 1
      server/conf/application.conf

1
server/conf/application.conf

@ -4,6 +4,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", "10.136.164.36:9000", "10.136.55.244:9000"]
allowed += ${?APP_HOST}
}
play.http {

Loading…
Cancel
Save