sociolome / config /env.jsonnet
Gosse Minnema
Initial commit
05922fb
raw
history blame contribute delete
241 Bytes
{
json: function(name, default) if std.extVar("LOGNAME")=="tuning" then std.parseJson(std.extVar(name)) else std.parseJson(default),
str: function(name, default) if std.extVar("LOGNAME")=="tuning" then std.extVar(name) else default
}