2019-11-24 13:08:48 +00:00
|
|
|
{
|
2019-11-26 23:50:08 +00:00
|
|
|
"url": "http://localhost:8084/",
|
2019-11-24 13:08:48 +00:00
|
|
|
"users": {
|
|
|
|
"admin": {
|
2019-11-26 23:50:08 +00:00
|
|
|
"username": "admin",
|
|
|
|
"password": "password"
|
2019-11-24 13:08:48 +00:00
|
|
|
},
|
|
|
|
"customer": {
|
2019-11-26 23:50:08 +00:00
|
|
|
"username": "customer",
|
|
|
|
"password": "password"
|
2019-11-24 13:08:48 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|