rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/hocon

9 lines
281 B
Plaintext
Raw Normal View History

2019-10-21 08:18:17 +00:00
# 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"