Confispex.merge_store

You're seeing just the function merge_store, go back to Confispex module for more information.
Link to this function

merge_store(new_store)

Specs

merge_store(map()) :: :ok

Merge new store with the existing one overriding existing keys.

Useful when updating config in runtime.

Example

Confispex.merge_store(Jason.decode!(File.read!("config.json")))