Hi all,
i recently started out with DAML and at the moment I am starting my daml sandbox and daml navigator with ‘daml start’. By default the navigator frontend is then available on port 7500 and I would like to change this port (to for example port 80).
I’ve been trying the following:
daml start --navigator-option --port=80
But this does not work, since it gives an error: Error: Unknown option --port=80
Does anyone has some ideas?
I saw a similar question for ports with the daml ledger navigator, so I hope that someone could help me out with this!