A little question, do the keys in an integrant config.edn need to be fully namespaced? i.e., {:ig/system {:foo.bar/baz {:datasource #ig/ref :foo.bar/datasource}}}
where foo.bar is the namespace of my clj file, i.e., (ns foo.bar...
) and the baz
is the init-key
?