summaryrefslogtreecommitdiffstats
path: root/examples/dbt_constants.hpp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-01-01 16:18:33 +0100
committerSven Gothel <[email protected]>2022-01-01 16:18:33 +0100
commit30f8cc89792dfcb121529baa5f07853b5fe4402a (patch)
treed8a49b9c00972e024794203c0afb954b739187de /examples/dbt_constants.hpp
parent2553698773fa480ee3b2eef260d92c13f5380cbe (diff)
Examples: Use clear 'client_keys' and 'server_keys' for key client- and server-path.
Diffstat (limited to 'examples/dbt_constants.hpp')
-rw-r--r--examples/dbt_constants.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dbt_constants.hpp b/examples/dbt_constants.hpp
index 71d6f8f1..f173e1c0 100644
--- a/examples/dbt_constants.hpp
+++ b/examples/dbt_constants.hpp
@@ -36,8 +36,8 @@
*
* C++17 we have to use `const char *`, `std::string_view` or `extern const std::string`.
*/
-constexpr const char KEY_PATH[] = "keys";
+constexpr const char CLIENT_KEY_PATH[] = "client_keys";
-constexpr const char ADAPTER_KEY_PATH[] = "dbt_keys";
+constexpr const char SERVER_KEY_PATH[] = "server_keys";
#endif /* DBT_CONSTANTS_HPP */