v0.2.12-pre.003
This commit is contained in:
51
config/composite.ksp-app-solprices-desk.json
Normal file
51
config/composite.ksp-app-solprices-desk.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"format_version": 1,
|
||||
"default_profile": "public_keyless",
|
||||
"profiles": [
|
||||
{
|
||||
"profile_id": "public_keyless",
|
||||
"documents": [
|
||||
{
|
||||
"component_id": "logging",
|
||||
"file_id": "cfg.std.logging",
|
||||
"profile_id": "console_info"
|
||||
},
|
||||
{
|
||||
"component_id": "offchain_transport",
|
||||
"file_id": "cfg.std.offchain_transport",
|
||||
"profile_id": "public_keyless"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"profile_id": "all_free",
|
||||
"documents": [
|
||||
{
|
||||
"component_id": "logging",
|
||||
"file_id": "cfg.std.logging",
|
||||
"profile_id": "console_info"
|
||||
},
|
||||
{
|
||||
"component_id": "offchain_transport",
|
||||
"file_id": "cfg.std.offchain_transport",
|
||||
"profile_id": "all_free"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"profile_id": "tests",
|
||||
"documents": [
|
||||
{
|
||||
"component_id": "logging",
|
||||
"file_id": "cfg.std.logging",
|
||||
"profile_id": "console_info"
|
||||
},
|
||||
{
|
||||
"component_id": "offchain_transport",
|
||||
"file_id": "cfg.std.offchain_transport",
|
||||
"profile_id": "public_keyless"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user