AacpsBusAlert/BinaryDad.AacpsBusAlert.Worker/appsettings.json

41 lines
969 B
JSON
Raw Permalink Normal View History

{
2022-09-19 14:42:00 +00:00
"Users": [
{
"Id": "b43f4f45-0f7b-4976-849d-8ad4b271199c",
"Email": "ryan@binarydad.com",
"Routes": [
{
"Id": "bfed1017-be53-42f9-bb46-ddbf27d4270f",
"BusNumber": 203,
"Label": "Cam's bus'"
},
{
"Id": "bfed1017-be53-42f9-bb46-ddbf27d4270f",
"BusNumber": 117,
"Label": "Test bus"
},
{
"Id": "bfed1017-be53-42f9-bb46-ddbf27d4270f",
"BusNumber": 238,
"Label": "Yet another test bus"
}
]
2022-09-19 15:30:16 +00:00
},
{
"Id": "b43f4f45-0f7b-4976-849d-8ad4b271199c",
"Email": "krystle@allwillynilly.com",
"Routes": [
{
"Id": "bfed1017-be53-42f9-bb46-ddbf27d4270f",
"BusNumber": 203,
"Label": "Vivi's Bus'"
},
{
"Id": "bfed1017-be53-42f9-bb46-ddbf27d4270f",
"BusNumber": 117,
"Label": "Ray's"
}
]
2022-09-19 14:42:00 +00:00
}
]
}