Skip to content

Commit

Permalink
Publisher on
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJelicSF committed Feb 20, 2024
1 parent 0667437 commit d76898f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"dependencies": {
"superdesk-core": "github:superdesk/superdesk-client-core#v2.6.2",
"superdesk-planning": "github:superdesk/superdesk-planning#v2.6.2",
"superdesk-analytics": "github:superdesk/superdesk-analytics#v2.6.0-rc1"
"superdesk-analytics": "github:superdesk/superdesk-analytics#v2.6.0-rc1",
"superdesk-publisher": "github:superdesk/superdesk-publisher#v2.6.1"
},
"scripts": {
"build": "npx @superdesk/build-tools build-root-repo ./"
Expand Down
18 changes: 18 additions & 0 deletions client/superdesk.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,33 @@ module.exports = function() {
apps: [
'superdesk.analytics',
'superdesk-planning',
'superdesk-publisher'
],
importApps: [
'../index',
'superdesk-planning',
'superdesk-analytics',
'superdesk-publisher'
],

defaultRoute: '/workspace/monitoring',

publisher: {
protocol: 'https', /* http or https */
tenant: '', /* tenant - semantically subdomain, '' is allowed */
domain: '', /* domain name for the publisher */
base: 'api/v2', /* api base path */

wsProtocol: 'wss', /* ws or wss (websocket); if unspecified or '' defaults to 'wss' */
wsDomain: '', /* domain name (usually domain as above) */
/* e.g.: example.com, abc.example.com */
/* tenant, as above, is NOT used for websocket */
wsPath: '/ws', /* path to websocket root dir */
wsPort: '80', /* if not specified: defaults to 443 for wss, 80 for ws */
hideContentRoutesInPublishPane: false, /* hides routes of type "content" from select box in publish panes in monitoring view as well as in output control. If not specified: defaults to false */
hideCustomRoutesInPublishPane: false /* hides routes of type "custom" from select box in publish panes in monitoring view as well as in output control. If not specified: defaults to false */
},

langOverride: {
en: {
'ANPA Category': 'Category',
Expand Down

0 comments on commit d76898f

Please sign in to comment.