1
0
mirror of https://github.com/bitwarden/server synced 2026-03-01 10:51:26 +00:00
Files
server/util/Seeder/Seeds/fixtures/presets/stark-free-basic.json
Mick Letofsky 10044397c1 Implement plan types, personal ciphers and fix folder assignment (#7030)
* Implement plan types, personal ciphers and fix folder assignment
2026-02-19 15:47:37 +01:00

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
}
}