From 79262ef86271c3944adadb4929952a50c2680625 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 14 Mar 2025 20:13:32 -0500 Subject: [PATCH] update default credentials --- repertory/repertory/include/ui/mgmt_app_config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repertory/repertory/include/ui/mgmt_app_config.hpp b/repertory/repertory/include/ui/mgmt_app_config.hpp index f0a93908..4a38243d 100644 --- a/repertory/repertory/include/ui/mgmt_app_config.hpp +++ b/repertory/repertory/include/ui/mgmt_app_config.hpp @@ -30,9 +30,9 @@ public: mgmt_app_config(); private: - atomic api_auth_{"test"}; + atomic api_auth_{"repertory"}; std::atomic api_port_{default_ui_mgmt_port}; - atomic api_user_{"test"}; + atomic api_user_{"repertory"}; std::unordered_map> locations_;