Add protocol name to json connection config
This commit is contained in:
parent
344d23bad1
commit
d275702080
2 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue