Is it possible to specify the ledger id when using 'daml start'?
App Development4 posts237 views3 likesLast activity Apr 2022
JA
jaypeedaOP
Dec 2021Hi team,
Is it possible to specify the ledger id when using
daml start
?
CO
cocreature
Dec 2021You can specify it either on the CLI via --sandbox-option=--ledgerid=abc (note the lack of spaces) or alternative specify it in your daml.yaml:
sandbox-options:
- --ledgerid=abc
JA
jaypeeda
Dec 2021Thanks Moritz !
RI
rikotacards
Apr 2022What I needed today, thanks!