play.api.Configuration
See theConfiguration companion class
object Configuration
This object provides a set of operations to create Configuration values.
For example, to load a Configuration in a running application:
val config = Configuration.load()
val foo = config.getString("foo").getOrElse("boo")
The underlying implementation is provided by https://github.com/lightbend/config.
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
Configuration.type
Members list
In this article