mirror of
https://github.com/bitwarden/server
synced 2026-03-01 10:51:26 +00:00
23 lines
380 B
JSON
23 lines
380 B
JSON
{
|
|
"$schema": "../../schemas/preset.schema.json",
|
|
"organization": {
|
|
"fixture": "stark-industries",
|
|
"planType": "free",
|
|
"seats": 2
|
|
},
|
|
"users": {
|
|
"count": 1,
|
|
"realisticStatusMix": false
|
|
},
|
|
"collections": {
|
|
"count": 1
|
|
},
|
|
"folders": true,
|
|
"ciphers": {
|
|
"fixture": "autofill-testing"
|
|
},
|
|
"personalCiphers": {
|
|
"countPerUser": 15
|
|
}
|
|
}
|