rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/hocon
2019-10-21 10:18:17 +02:00

9 lines
281 B
Plaintext

# 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"