Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions proto/shared/shared.module.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ message Endpoint {
string host = 1;
int64 port = 2;
string endpoint = 3;
string protocol = 4;
optional string secure_protocol = 5;
}

//send by sagittarius to inform a module of the real config set by the user
Expand Down