integrant

dharrigan 2019-08-26T12:14:40.047100Z

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}}}

dharrigan 2019-08-26T12:15:09.047800Z

where foo.bar is the namespace of my clj file, i.e., (ns foo.bar...) and the baz is the init-key?