v0.2.6-pre.003-fix.001
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"format_version": 1,
|
||||
"default_profile": "devnet",
|
||||
"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": "wallet",
|
||||
"file_id": "cfg.std.wallet",
|
||||
"profile_id": "default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"profile_id": "temporary",
|
||||
"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": "wallet",
|
||||
"file_id": "cfg.std.wallet",
|
||||
"profile_id": "temporary"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"profile_id": "tests",
|
||||
"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": "wallet",
|
||||
"file_id": "cfg.std.wallet",
|
||||
"profile_id": "tests"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
18
crates/ksp-config-lib/unit_tests/fixtures/std.wallet.json
Normal file
18
crates/ksp-config-lib/unit_tests/fixtures/std.wallet.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"format_version": 1,
|
||||
"wallets_directory": "${KSP_WALLETS_DIRECTORY:-wallets}",
|
||||
"default_profile": "default",
|
||||
"profiles": [
|
||||
{
|
||||
"profile_id": "default"
|
||||
},
|
||||
{
|
||||
"profile_id": "temporary",
|
||||
"wallets_subdirectory": "temporary"
|
||||
},
|
||||
{
|
||||
"profile_id": "tests",
|
||||
"wallets_subdirectory": "tests"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user