duct

Danny Almeida 2020-09-10T07:07:26.039500Z

Sorry for the confusion. This is not my module, I'm just using it to learn duct + datomic integration. Although the main config.edn has these variable being pulled from enviroment variables for release, my local dev setup has them defined in dev/resources/local.edn file. But for some reason, they are not being merged with the config.edn file and so during module initialisation, the module get a config with nil values for everything except for :server-type.

iarenaza 2020-09-10T07:25:16.039700Z

Can you share your full local.edn and config.edn files?

Danny Almeida 2020-09-10T12:26:47.040Z

Sure...here's my config.edn, local.edn and output after running (prep) command. Thank you for helping me out 🙂