BotSharp/BotSharp.WebHost/App_Data/DbInitializer/Accounts/users.json
2018-08-08 16:39:00 -05:00

14 lines
279 B
JSON

[
{
"id": "54cc19ee-e3d5-4d59-a011-fa0121450e36",
"userName": "botsharp",
"email": "support@botsharp.io",
"firstName": "Support",
"lastName": "Botsharp",
"description": "demo account",
"authenticaiton": {
"password": "botsharp"
}
}
]