1
This commit is contained in:
parent
2fdda4e3d1
commit
a52934911d
@ -2,22 +2,13 @@ package mt;
|
|||||||
|
|
||||||
option go_package = ".;mt";
|
option go_package = ".;mt";
|
||||||
|
|
||||||
message MailCluster
|
message GameLogCluster
|
||||||
{
|
{
|
||||||
optional int32 instance_id = 1;
|
optional int32 instance_id = 1;
|
||||||
optional int32 listen_port = 2;
|
optional int32 listen_port = 2;
|
||||||
optional int32 http_listen_port = 3;
|
optional int32 http_listen_port = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message MailDb
|
|
||||||
{
|
|
||||||
optional string host = 1;
|
|
||||||
optional int32 port = 2;
|
|
||||||
optional string user = 3;
|
|
||||||
optional string passwd = 4;
|
|
||||||
optional string database = 5;
|
|
||||||
}
|
|
||||||
|
|
||||||
message Config
|
message Config
|
||||||
{
|
{
|
||||||
optional string gameapi_url = 1;
|
optional string gameapi_url = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user