added getting the config from the cloud service
This commit is contained in:
parent
5c121ea48d
commit
25f8283edd
27 changed files with 399 additions and 139 deletions
|
|
@ -67,7 +67,13 @@ namespace amnezia
|
|||
constexpr char cloak[] = "cloak";
|
||||
constexpr char sftp[] = "sftp";
|
||||
|
||||
}
|
||||
constexpr char configVersion[] = "config_version";
|
||||
constexpr char apiEdnpoint[] = "api_endpoint";
|
||||
constexpr char serviceTypeId[] = "service_type_id";
|
||||
constexpr char accessToken[] = "access_token";
|
||||
constexpr char certificate[] = "certificate";
|
||||
constexpr char publicKey[] = "public_key";
|
||||
}
|
||||
|
||||
namespace protocols
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue