summaryrefslogtreecommitdiff
path: root/config.proto
diff options
context:
space:
mode:
Diffstat (limited to 'config.proto')
-rw-r--r--config.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.proto b/config.proto
index 9803223..19e8481 100644
--- a/config.proto
+++ b/config.proto
@@ -9,6 +9,8 @@ import "google/protobuf/timestamp.proto"; // Import the well-known type for Time
message Config { //
string key = 1; // config key name `autogenpb:unique` `autogenpb:sort`
string value = 2; // config value name
+ bool global = 3; // was defined in application OS settings
+ string help = 4; // text for explaining the ENV key/value
}
message Configs { // `autogenpb:marshal` `autogenpb:nomutex`