Skip to content

Commit

Permalink
Merge pull request #5486 from rajendrag/2.4.x
Browse files Browse the repository at this point in the history
Keys.devSettings to PlayKeys.devSettings
  • Loading branch information
mkurz committed Jan 22, 2016
2 parents 205e5a3 + ec261a1 commit d523dd8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -153,7 +153,7 @@ project
└ plugins.sbt
```

> **Note:** Configuration and route file names must be unique in the whole project structure. Particularly, there must be only one `application.conf` file and only one `routes` file. To define additional routes or configuration in sub-projects, use sub-project-specific names. For instance, the route file in `admin` is called `admin.routes`. To use a specific set of settings in development mode for a sub project, it would be even better to put these settings into the build file, e.g. `Keys.devSettings += ("play.http.router", "admin.Routes")`.
> **Note:** Configuration and route file names must be unique in the whole project structure. Particularly, there must be only one `application.conf` file and only one `routes` file. To define additional routes or configuration in sub-projects, use sub-project-specific names. For instance, the route file in `admin` is called `admin.routes`. To use a specific set of settings in development mode for a sub project, it would be even better to put these settings into the build file, e.g. `PlayKeys.devSettings += ("play.http.router", "admin.Routes")`.
`conf/routes`:

Expand Down

0 comments on commit d523dd8

Please sign in to comment.