Add protocol name to json connection config

This commit is contained in:
pokamest 2021-10-08 00:50:26 +03:00
parent 344d23bad1
commit d275702080
2 changed files with 4 additions and 1 deletions

View file

@ -24,6 +24,7 @@ constexpr char containers[] = "containers";
constexpr char container[] = "container";
constexpr char defaultContainer[] = "defaultContainer";
constexpr char protocol[] = "protocol";
constexpr char protocols[] = "protocols";
constexpr char remote[] = "remote";