Helpers.convert_config_to_list

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

convert_config_to_list(config)

View Source

Specs

convert_config_to_list([any()]) :: map()

convert_config_to_list/1: takes in Application.get_all_env(:app) and returns a list of maps, to be encoded as JSON. Since JSON doesn't have an equivalent tuple type the libs all bonk on encoding config values.