Skip to content

Commit

Permalink
Merge pull request elastic#464 from Jacob-Delgado/fixup-allconf
Browse files Browse the repository at this point in the history
US14515 new fields should not reuse numbers; rename fields in protobuffer
  • Loading branch information
Jacob Delgado authored and Jacob Delgado committed Jan 29, 2016
2 parents d0cc345 + 91623d6 commit 7d65e12
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions protofiles/configelements/AllConf.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ message AllConfConfig {
optional int32 hostPort = 2;
optional string assetPath = 3;
optional string configServerQueue = 4;
optional EncryptedString adminUsername = 5;
optional EncryptedString adminPassword = 6;
optional EncryptedString devUsername = 7;
optional EncryptedString devPassword = 8;

// optional string adminUsername = 5;
// optional string adminPassword = 6;
// optional string devUsername = 7;
// optional string devPassword = 8;

optional EncryptedString administratorUsername = 9;
optional EncryptedString administratorPassword = 10;
optional EncryptedString developerUsername = 11;
optional EncryptedString developerPassword = 12;
}

0 comments on commit 7d65e12

Please sign in to comment.