jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET
http://dontcodetired.com/blog/?tag=/featuretoggle
Apache License 2.0
687 stars 111 forks source link

Using a Shared folder instead of SQLDatabase #162

Closed moezyeddes closed 6 years ago

moezyeddes commented 6 years ago

I am starting looking for the Library FeatureToggle. I would Know if it is possible to use a Shared Folder with a JSON file to configure the Features instead of SQLServer with a ConnectionString. what will be the modifications in the App.config or Web.Config in the appSettings. Thanks!!

jason-roberts commented 6 years ago

Hi @moezyeddes - that's not currently a supported scenario, you can however use the .config file to configure toggles but these would be local to each application rather than being shared across multiple applications. I've added #163 to capture this as a potential future improvement.