users.json.example 224 B

123456789101112
  1. {
  2. "bambam" : {
  3. "fullName" : "The Administrator",
  4. "email" : "admin@example.com",
  5. "remoteUser: "barney"
  6. },
  7. "wilma" : {
  8. "fullName" : "Mr. Magoo",
  9. "email" : "dev@null.io",
  10. "remoteUser: "fred"
  11. }
  12. }