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.
1 parent 0c61762 commit 2b9c82eCopy full SHA for 2b9c82e
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