diff --git a/ijl.config.js b/ijl.config.js index b7da46e..64259fa 100644 --- a/ijl.config.js +++ b/ijl.config.js @@ -8,10 +8,10 @@ module.exports = { } }, navigations: { - 'hub-video-start.main': '/hub-video-start' + 'journal.main': '/journal' }, features: { - 'hub-video-start': { + 'journal': { // add your features here in the format [featureName]: { value: string } "keyboard": { "on": true, @@ -31,7 +31,7 @@ module.exports = { }, }, config: { - 'hub-video-start.socket.url': 'value', - 'hub-video-start.socket.path': 'value' - } + "journal.socket.url": "ws://localhost", + "journal.socket.path": "/socket.io/" + } } diff --git a/package-lock.json b/package-lock.json index 5e4af21..4e35f59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "hub-video-start", + "name": "journal", "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "hub-video-start", + "name": "journal", "version": "1.1.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1548bd7..1d350c0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "hub-video-start", + "name": "journal", "version": "1.1.0", "description": "", "main": "./src/index.tsx",