You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A key planned feature of Config Loader is being able to "mask" on-disk config values from the database. For loading, that should be as simple as defining a DoctrineLoader, a table for it, and letting it pull values out of a text field or JSON column or something.
Saving back to the DB should also be a feature, although with a slightly different pathway.
The text was updated successfully, but these errors were encountered:
A key planned feature of Config Loader is being able to "mask" on-disk config values from the database. For loading, that should be as simple as defining a
DoctrineLoader
, a table for it, and letting it pull values out of a text field or JSON column or something.Saving back to the DB should also be a feature, although with a slightly different pathway.
The text was updated successfully, but these errors were encountered: