e.g. My applications uses some external system and I'd like to read its URL and the token I need to access it from some config file.

I looked at the generated config files, and the only solution I could come up with is to put it under "plugins" like this:

plugins:
  MyApp:
      url: http://galaxy.com/
      token: 42

I don't really like it.
What is the recommended way to do it?

Gabor