67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"format_version": 1,
|
|
"default_profile": "mainnet",
|
|
"profiles": [
|
|
{
|
|
"profile_id": "devnet",
|
|
"documents": [
|
|
{
|
|
"component_id": "logging",
|
|
"file_id": "cfg.std.logging",
|
|
"profile_id": "local_dev"
|
|
},
|
|
{
|
|
"component_id": "transport",
|
|
"file_id": "cfg.std.transport",
|
|
"profile_id": "secret_test"
|
|
},
|
|
{
|
|
"component_id": "store",
|
|
"file_id": "cfg.std.store",
|
|
"profile_id": "devnet"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"profile_id": "mainnet",
|
|
"documents": [
|
|
{
|
|
"component_id": "logging",
|
|
"file_id": "cfg.std.logging",
|
|
"profile_id": "local_dev"
|
|
},
|
|
{
|
|
"component_id": "transport",
|
|
"file_id": "cfg.std.transport",
|
|
"profile_id": "secret_test"
|
|
},
|
|
{
|
|
"component_id": "store",
|
|
"file_id": "cfg.std.store",
|
|
"profile_id": "mainnet"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"profile_id": "testnet",
|
|
"documents": [
|
|
{
|
|
"component_id": "logging",
|
|
"file_id": "cfg.std.logging",
|
|
"profile_id": "local_dev"
|
|
},
|
|
{
|
|
"component_id": "transport",
|
|
"file_id": "cfg.std.transport",
|
|
"profile_id": "secret_test"
|
|
},
|
|
{
|
|
"component_id": "store",
|
|
"file_id": "cfg.std.store",
|
|
"profile_id": "testnet"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|