blob: c2dbf5ff65e145be28a6304975832a9e81b07c50 (
plain)
1
2
3
4
5
6
7
8
|
# These are our own config values defined by the app
simple-app {
answer = 42
}
# Here we override some values used by a library
simple-lib.foo = "This value comes from simple-app's application.conf"
simple-lib.whatever = "This value comes from simple-app's application.conf"
|