19 lines
413 B
JSON
19 lines
413 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|