Skip to content

Commit d9211c3

Browse files
authored
Merge pull request parallaxsecond#203 from hug-dev/list-providers
Precise the providers' order importance
2 parents 0c61762 + 2b9c82e commit d9211c3

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)