You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can someone drop a hint as to how I should paste my license key into dev-transactor.properties? Datomic sends license keys as a txt file in email. The string includes a key-like prefix "license-key=" and then key content as well as what looks like some escaped line breaks.
Do I need to include the prefix? Such that the properties file has a line that begins with license-key=license-key=...
Do I need to remove the line breaks and backslashes in the key content?
I've tried both of these things, none of them, and many combinations in between but still I'm getting the same error.
Edit: Running the datomic-pro-starter container without docker-compose seems to work.
The text was updated successfully, but these errors were encountered:
I think maybe this is an issue with docker compose. As I said, I can get the individual container to work. Can I ask which version of docker-compose you are using?
Can someone drop a hint as to how I should paste my license key into dev-transactor.properties? Datomic sends license keys as a txt file in email. The string includes a key-like prefix "license-key=" and then key content as well as what looks like some escaped line breaks.
license-key=license-key=...
I've tried both of these things, none of them, and many combinations in between but still I'm getting the same error.
Edit: Running the datomic-pro-starter container without docker-compose seems to work.
The text was updated successfully, but these errors were encountered: