Actually implement proper cascading
This commit is contained in:
parent
b1f9f77a17
commit
cad852025d
12 changed files with 260 additions and 267 deletions
|
|
@ -18,7 +18,7 @@ case class RoutingSettings(
|
|||
fileIODispatcher: String)
|
||||
|
||||
object RoutingSettings extends SettingsCompanion[RoutingSettings]("akka.http.routing") {
|
||||
def fromSubConfig(c: Config) = apply(
|
||||
def fromSubConfig(root: Config, c: Config) = apply(
|
||||
c getBoolean "verbose-error-messages",
|
||||
c getBoolean "file-get-conditional",
|
||||
c getBoolean "render-vanity-footer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue