diff --git a/CoCreate.config.js b/CoCreate.config.js index 5ffbb29..f36798b 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -1,7 +1,13 @@ module.exports = { "organization_id": "", "key": "", - "host": "", + "host": { + "$branch": { + "master": "wss://cocreate.app", + "dev": "wss://dev.cocreate.app", + "test": "wss://test.cocreate.app" + } + }, "directories": [ { "entry": "./dist",