Closed quan-nh closed 7 years ago
I create new hello-duct project using lein command: lein new duct-alpha hello-duct, then lein duct setup. It generate dev.edn file like this:
hello-duct
lein new duct-alpha hello-duct
lein duct setup
dev.edn
{:duct.core/environment :development :duct.core/include ["hello-duct/config"]}
I think config path should be hello_duct/config, _ instead of -, so it could include config from resources.
hello_duct/config
Yes, you're right. The namespace is placed here when it should be the path.
I create new
hello-duct
project using lein command:lein new duct-alpha hello-duct
, thenlein duct setup
. It generatedev.edn
file like this:I think config path should be
hello_duct/config
, _ instead of -, so it could include config from resources.