datomic

Ask questions on the official Q&A site at https://ask.datomic.com!
zendevil 2021-07-06T09:24:18.395100Z

I have created a peer connection with my local datomic server like so:

(def db-uri "datomic:<free://localhost:4334/humboi-creators-1>")

(def conn
  "Get shared connection."
  (d/connect db-uri))
I want to create this connection on datomic cloud aws without changing the code so that the deployment has the right connection string based on whether it’s in dev or prod. Is there a connection string that I can get for datomic cloud?