update default credentials
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
e270867bf2
commit
79262ef862
@ -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_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user