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

13 lines
240 B
JSON
Raw Normal View History

2018-08-03 03:54:23 +00:00
[
{
"userName": "support@botsharp.io",
"email": "support@botsharp.io",
"firstName": "Support",
"lastName": "Botsharp",
"description": "demo account",
"authenticaiton": {
"password": "botsharp"
}
}
]