Skip to content

Commit

Permalink
refactor: update play conf removing some deprecated fields (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarmona authored Jun 16, 2021
1 parent b77e1b8 commit 1cd3cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ play.filters.enabled += play.filters.cors.CORSFilter
play {
server {
akka {
max-header-value-length = 16k
max-header-size = 16k
}
}

Expand All @@ -197,7 +197,7 @@ play {
# A list of valid hosts (e.g. "example.com") or suffixes of valid hosts (e.g. ".example.com")
# Note that ".example.com" will match example.com and any subdomain of example.com, with or without a trailing dot.
# "." matches all domains, and "" matches an empty or nonexistent host.
allowed = ["."]
allowed = [".", ""]
}
cors {
pathPrefixes = ["/"]
Expand Down

0 comments on commit 1cd3cce

Please sign in to comment.