Skip to content

Commit

Permalink
Merge pull request #203 from hug-dev/list-providers
Browse files Browse the repository at this point in the history
Precise the providers' order importance
  • Loading branch information
hug-dev authored Jul 13, 2020
2 parents 0c61762 + 2b9c82e commit d9211c3
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 d9211c3

Please sign in to comment.