Created
July 9, 2015 16:28
-
-
Save levand/5f89e5831c0f9e75b748 to your computer and use it in GitHub Desktop.
datomic repo profile example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;profiles.clj | |
{:user {:repositories {"my.datomic.com" {:url "https://my.datomic.com/repo" | |
:username "[email protected]" | |
:password "MY SUPER SECRET PASSWORD"}}}} |
My error; was using my account password, not my license key password.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Almost there ...