26 lines
472 B
JSON
26 lines
472 B
JSON
{
|
|
"format_version": 1,
|
|
"default_profile": "local_default",
|
|
"profiles": [
|
|
{
|
|
"profile_id": "local_default",
|
|
"documents": [
|
|
{
|
|
"component_id": "logging",
|
|
"file_id": "cfg.std.logging"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"profile_id": "local_explicit",
|
|
"documents": [
|
|
{
|
|
"component_id": "logging",
|
|
"file_id": "cfg.std.logging",
|
|
"profile_id": "local_dev"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|