updated build system
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#define REPERTORY_INCLUDE_UI_MGMT_APP_CONFIG_HPP_
|
||||
|
||||
#include "types/repertory.hpp"
|
||||
#include "utils/atomic.hpp"
|
||||
|
||||
namespace repertory::ui {
|
||||
class mgmt_app_config final {
|
||||
@@ -34,9 +35,9 @@ private:
|
||||
std::atomic<bool> launch_only_{false};
|
||||
|
||||
private:
|
||||
atomic<std::string> api_password_{"repertory"};
|
||||
utils::atomic<std::string> api_password_{"repertory"};
|
||||
std::atomic<std::uint16_t> api_port_{default_ui_mgmt_port};
|
||||
atomic<std::string> api_user_{"repertory"};
|
||||
utils::atomic<std::string> api_user_{"repertory"};
|
||||
std::atomic<bool> auto_start_{false};
|
||||
std::unordered_map<provider_type,
|
||||
std::unordered_map<std::string, std::string>>
|
||||
|
Reference in New Issue
Block a user