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
Hasn't been implemented yet, but it will probably work like this: After AppConfig.setup() is called and completed, it will write the file once, then you must call AppConfig.save! in order to write to disk. I'd advise against writing on each change, as that may not always be the desired behavior and might lead to hammering the disk (if you assign a lot of config vars).
Using a
create: true
storage option when callingAppConfig.setup!()
creates (or writes to) the given storage (YAML file, Mongo collection, etc.).The text was updated successfully, but these errors were encountered: