BotSharp/BotSharp.WebHost/App_Data/DbInitializer/Accounts/users.json
2018-08-05 17:58:55 -05:00

13 lines
229 B
JSON

[
{
"userName": "botsharp",
"email": "support@botsharp.io",
"firstName": "Support",
"lastName": "Botsharp",
"description": "demo account",
"authenticaiton": {
"password": "botsharp"
}
}
]