From 2b9c82e94711a92340f2dca45220045a1c8563b2 Mon Sep 17 00:00:00 2001 From: Hugues de Valon Date: Fri, 10 Jul 2020 12:29:12 +0100 Subject: [PATCH] Precise the providers' order importance Signed-off-by: Hugues de Valon --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index ace32d35..e0aac781 100644 --- a/config.toml +++ b/config.toml @@ -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"