{ "comment": "Info-Beamer node.json configuration example", "options": [ { "title": "Content Server URL", "ui_width": 12, "name": "server_url", "type": "string", "hint": "URL of your content server", "default": "http://localhost:5000" }, { "title": "Refresh Interval", "ui_width": 6, "name": "refresh_interval", "type": "integer", "hint": "How often to check for new content", "default": 60 } ] }