In a regular c# app, you can store config in a .config file, in the database as an xml field and so on.

How can we store configs in this system?

Example of configs could be list of securities, dates, parameters (thresholds, etc).

Thx