Fork of the excellent esp8266-react - https://github.com/rjwats/esp8266-react
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
227 B

  1. {
  2. "jwt_secret": "esp8266-react",
  3. "users": [
  4. {
  5. "username": "admin",
  6. "password": "admin",
  7. "admin": true
  8. },
  9. {
  10. "username": "guest",
  11. "password": "guest",
  12. "admin": false
  13. }
  14. ]
  15. }