Skip to content

Commit

Permalink
Merge pull request elastic#377 from Tom-Artale/allconf
Browse files Browse the repository at this point in the history
Added the AllConf config
  • Loading branch information
Tom Artale authored and Tom Artale committed Jul 17, 2015
2 parents dcf95f1 + 4f5a7c2 commit d604a67
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions protofiles/configelements/AllConf.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package configelements;

option java_package = "com.logrhythm.configelements";
option java_outer_classname = "AllConfConfigMsg";




message AllConfConfig {
optional string hostIp = 1;
optional int32 hostPort = 2;
optional string assetPath = 3;
optional string configServerQueue = 4;
optional string adminUsername = 5;
optional string adminPassword = 6;
optional string devUsername = 7;
optional string devPassword = 8;
}

0 comments on commit d604a67

Please sign in to comment.