Open hchen2020 opened 1 week ago
Enable appsettings.json to be used in liquid template when loading agent. Like the states can be used in function json file. In instruction.liquid, developers can use the settings in the form of {{ settings.Logging.LogLevel.Default }}
appsettings.json
liquid
states
function
instruction.liquid
{{ settings.Logging.LogLevel.Default }}
Enable
appsettings.json
to be used inliquid
template when loading agent. Like thestates
can be used infunction
json file. Ininstruction.liquid
, developers can use the settings in the form of{{ settings.Logging.LogLevel.Default }}