Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 8a089c064ea24142b87c44f050fac7bf5dbde9dc 24 lines 483 B view raw
1{ 2 "integrations": [ 3 { 4 "package": "@roostorg/coop-integration-example", 5 "enabled": true 6 }, 7 { 8 "package": "../coop-integration-example", 9 "enabled": false 10 }, 11 { 12 "package": "@acme/coop-integration-acme", 13 "enabled": false 14 }, 15 { 16 "package": "./local-integrations/my-custom-integration", 17 "enabled": false, 18 "config": { 19 "endpoint": "https://api.example.com", 20 "timeoutMs": 5000 21 } 22 } 23 ] 24}