v0.1.3-pre.009
This commit is contained in:
25
config/examples/composite.example.json
Normal file
25
config/examples/composite.example.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user