You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a handler to show the full information about the current config of a component. It would behave in a similar way as /config?field= does but without the need for filtering by fields. For example:
{
"ListenPort": {
"config_field": "listen_port",
"env": "APP_LISTENPORT",
"value": 8000,
"comment": "ListenPort is the port where the server will run",
"obfuscated": false
},
"LogFile": {
"config_field": "log_file",
"env": "APP_LOGFILE",
"value": "./config.go",
"comment": "",
"obfuscated": false
},
}
The key of each JSON object would be the name of the field within the JSON struct
The text was updated successfully, but these errors were encountered:
We need a handler to show the full information about the current config of a component. It would behave in a similar way as /config?field= does but without the need for filtering by fields. For example:
The key of each JSON object would be the name of the field within the JSON struct
The text was updated successfully, but these errors were encountered: