BotSharp/BotSharp.WebHost/App_Data/DbInitializer/Accounts/users.json

14 lines
279 B
JSON
Raw Normal View History

2018-08-03 03:54:23 +00:00
[
{
2018-08-08 21:39:00 +00:00
"id": "54cc19ee-e3d5-4d59-a011-fa0121450e36",
2018-08-05 22:58:55 +00:00
"userName": "botsharp",
2018-08-03 03:54:23 +00:00
"email": "support@botsharp.io",
"firstName": "Support",
"lastName": "Botsharp",
"description": "demo account",
"authenticaiton": {
"password": "botsharp"
}
}
]