# This is just here for the tests.
development:
  STRING: hello dev world
  NUMBER: 1337
  BOOLEAN: false
production:
  STRING: hello prod world
  NUMBER: 80
  BOOLEAN: true