We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c61762 + 2b9c82e commit d9211c3Copy full SHA for d9211c3
config.toml
@@ -49,6 +49,9 @@ manager_type = "OnDisk"
49
50
# (Required) Provider configurations.
51
# 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.
55
[[provider]]
56
# (Required) Type of provider.
57
provider_type = "MbedCrypto"
0 commit comments