thread-master/apps/backend/generate/database/mongo/000006_seed_admin_identity....

18 lines
408 B
JSON
Raw Normal View History

2026-07-10 12:54:45 +00:00
[
{
"insert": "identities",
"documents": [
{
"uid": 1000000,
"login_id": "admin@haixun.local",
"platform": "platform",
"account_type": "email",
"password_hash": "$2a$10$iGGFNC5rM8MFhU8Wj6a7TOcQCsTeD03bkEODvQBh2ZxvCH.PcLl3O",
"created_at": 1700000000000000000,
"updated_at": 1700000000000000000
}
],
"ordered": false
}
]