I ended up using the following for the ConfigLoade...
# beginners-need-help
j
I ended up using the following for the ConfigLoader to run as expected
Copy code
conf_loader = ConfigLoader("conf", "local")
credentials = conf_loader.get("credentials*", "credentials*/**")
. Also am calling this directly from a helper function within a specific node for now