duct

Yiwan Zhou 2019-07-05T09:01:13.051900Z

How to separate config.edn into multiple file?

y.khmelevskii 2019-07-06T07:44:44.055Z

You can check example how to use #duct/include here https://github.com/khmelevskii/duct-pedestal-reitit/blob/master/resources/duct_pedestal_reitit/config.edn#L28. I put migration config to separate file

👍 1
Yiwan Zhou 2019-07-05T09:02:20.052Z

Is dcut.profile the right way to do it?

kwrooijen 2019-07-05T09:02:57.052200Z

You can use the #duct/include reader

Yiwan Zhou 2019-07-05T09:03:42.052400Z

BTW, I'm trying this module https://github.com/kakao/duct-lacinia and I want put GraphQL's scheme in another file

Yiwan Zhou 2019-07-05T09:06:25.052700Z

@kevin.van.rooijen will try, thx