Skip to content

Commit

Permalink
Precise the providers' order importance
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues de Valon <[email protected]>
  • Loading branch information
hug-dev committed Jul 10, 2020
1 parent 0c61762 commit 2b9c82e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ manager_type = "OnDisk"

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

0 comments on commit 2b9c82e

Please sign in to comment.