Skip to content

Commit

Permalink
Added enigma configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Artale authored and Tom Artale committed May 19, 2015
1 parent e51d993 commit fd9beaf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions protofiles/ConfigType.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ enum ConfigType {
// EventManagerClientConfig = 14; Depreciated
ColumboClientConfig = 15;
VitalsClientConfig = 16;
EnigmaConfig = 17;
}
11 changes: 11 additions & 0 deletions protofiles/EnigmaConfig.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package protoMsg;

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




message EnigmaConfig {
optional string pathToKeys = 1;
}

0 comments on commit fd9beaf

Please sign in to comment.