Skip to content

Commit 2b9c82e

Browse files
committed
Precise the providers' order importance
Signed-off-by: Hugues de Valon <[email protected]>
1 parent 0c61762 commit 2b9c82e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ manager_type = "OnDisk"
4949

5050
# (Required) Provider configurations.
5151
# Defined as an array of tables: https://github.com/toml-lang/toml#user-content-array-of-tables
52+
# The order in which providers below are declared matters: providers should be listed in terms
53+
# of priority, the highest priority provider being declared first in this file.
54+
# The first provider will be used as default provider by the Parsec clients.
5255
[[provider]]
5356
# (Required) Type of provider.
5457
provider_type = "MbedCrypto"

0 commit comments

Comments
 (0)