Files
OldChatApp/server/creds.json
T

14 lines
271 B
JSON
Raw Normal View History

2023-03-31 09:33:07 -06:00
{
"1234" : {
"id" : "1234",
"name": "Person1",
"color": "#00ff00",
"auth": "XXYYZZYY"
},
"4321" : {
"id" : "4321",
"name": "Person2",
"color": "#ffffff",
"auth": "YYXXYYZZ"
}
}