Advertisement
Guest User

config.json

a guest
Jan 10th, 2016
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. {
  2. "//": "Please only change this file when pimatic is NOT running, otherwise pimatic will overwrite your changes.",
  3. "settings": {
  4. "httpServer": {
  5. "enabled": true,
  6. "port": 80
  7. },
  8. "database": {
  9. }
  10. },
  11. "plugins": [
  12. {
  13. "plugin": "cron"
  14. },
  15. {
  16. "plugin": "mobile-frontend"
  17. }
  18. ],
  19. "devices": [
  20.  
  21. ],
  22. "rules": [
  23.  
  24. ],
  25. "pages": [
  26. {
  27. "id": "favourite",
  28. "name": "Favourites",
  29. "devices": []
  30. }
  31. ],
  32. "groups": [
  33.  
  34. ],
  35. "users": [
  36. {
  37. "username": "admin",
  38. "password": "admin",
  39. "role": "admin"
  40. }
  41. ],
  42. "roles": [
  43. {
  44. "name": "admin",
  45. "permissions": {
  46. "pages": "write",
  47. "rules": "write",
  48. "variables": "write",
  49. "messages": "write",
  50. "events": "write",
  51. "devices": "write",
  52. "groups": "write",
  53. "plugins": "write",
  54. "updates": "write",
  55. "database": "write",
  56. "config": "write",
  57. "controlDevices": true,
  58. "restart": true
  59. }
  60. }
  61. ]
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement