daml/navigator/backend/ui-backend.conf
Moritz Kiefer 8355124060
Remove password option from Navigator (#8113)
This was leftover from ancient times. You couldn’t actually use this
in any way since we always defaulted to the select method and provided
no way to change this. We still support it in the config but emit a
warning now if you use it.

changelog_begin

- [Navigator] The `password` option in the Navigator config file is
  now deprecated. Note that it was already unused before.

changelog_end
2020-11-30 17:38:22 +01:00

15 lines
188 B
Plaintext

users {
OPERATOR {
party=OPERATOR
role=operator
}
BANK1 {
party=BANK1
role=bank
}
BANK2 {
party=BANK2
role=bank
}
}