Closed bergm closed 9 years ago
In order to use the castra dev ring server with Datomic pro easily, boot needs to allow authenticated third party repositories. In leiningen this config entry adds the Datomic repository:
:repositories #{{:url "https://my.datomic.com/repo" :username "username.email@address.com" :password "datomic-password"}}
If I find the time I'll add it myself and send a pull request, but maybe for you guys this is just a matter of minutes. :) ?
If I remember correctly, right now repositories must be a string, but a map for the above case should be allowed.
I'm working on this now. It'll be in the dev branch.
dev
Implemented in boot2 boot-clj/boot.
In order to use the castra dev ring server with Datomic pro easily, boot needs to allow authenticated third party repositories. In leiningen this config entry adds the Datomic repository:
:repositories #{{:url "https://my.datomic.com/repo" :username "username.email@address.com" :password "datomic-password"}}
If I find the time I'll add it myself and send a pull request, but maybe for you guys this is just a matter of minutes. :) ?
If I remember correctly, right now repositories must be a string, but a map for the above case should be allowed.