From ff7faa8d6b1d845776e27f9c137923abd59684f2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 21 Oct 2025 04:48:54 -0500 Subject: trying to get this to work again --- config.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.proto') 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` -- cgit v1.2.3