Closed
Description
When interacting with the JSON API one uses the ledger ID to generate a token. Using daml start
the ledger ID is random and changes on every restart. So to fix it, one has to start the sandbox and json api separately and know all the cmd line parameters to do so. It would be convenient if I can specify a fixed ledger ID in daml.yaml
which is used when I do daml start
.
Activity