diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 04:48:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 04:48:54 -0500 |
| commit | ff7faa8d6b1d845776e27f9c137923abd59684f2 (patch) | |
| tree | 4e7a0bcc5234aae7a834c7617054dcf0b39ee974 /config.proto | |
| parent | 5c4c1fcaf4e724573dd39b4d4fa0d600a9870221 (diff) | |
trying to get this to work again
Diffstat (limited to 'config.proto')
| -rw-r--r-- | config.proto | 2 |
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` |
