update default credentials
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-03-14 20:13:32 -05:00
parent e270867bf2
commit 79262ef862

View File

@ -30,9 +30,9 @@ public:
mgmt_app_config(); mgmt_app_config();
private: private:
atomic<std::string> api_auth_{"test"}; atomic<std::string> api_auth_{"repertory"};
std::atomic<std::uint16_t> api_port_{default_ui_mgmt_port}; std::atomic<std::uint16_t> api_port_{default_ui_mgmt_port};
atomic<std::string> api_user_{"test"}; atomic<std::string> api_user_{"repertory"};
std::unordered_map<provider_type, std::unordered_map<provider_type,
std::unordered_map<std::string, std::string>> std::unordered_map<std::string, std::string>>
locations_; locations_;