19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"format_version": 1,
|
|
"wallets_directory": "${KSP_WALLETS_DIRECTORY:-wallets}",
|
|
"default_profile": "tests",
|
|
"profiles": [
|
|
{
|
|
"profile_id": "default"
|
|
},
|
|
{
|
|
"profile_id": "scenarios",
|
|
"wallets_subdirectory": "scenarios/ephemeral"
|
|
},
|
|
{
|
|
"profile_id": "tests",
|
|
"wallets_subdirectory": "tests"
|
|
}
|
|
]
|
|
}
|