IBM Verse: Notes.ini variables for Verse On-premises: Difference between revisions

From Wiki
(Criou a página com " = Variables = ==== VOP_GK_sametime ==== Integration between Verse on premises and Sametime, see article IBM Verse: Integration between Verse on premises and Sametime...")
 
No edit summary
Line 3: Line 3:
= Variables =
= Variables =


==== VOP_GK_sametime ====
== VOP_GK_sametime ==


Integration between Verse on premises and Sametime, see article [[IBM Verse: Integration between Verse on premises and Sametime]]
Integration between Verse on premises and Sametime, see article [[IBM Verse: Integration between Verse on premises and Sametime]]
Line 12: Line 12:




==== VOP_GK_sametime_rich_client ====
== VOP_GK_sametime_rich_client ==


Integration between Verse on premises and Sametime, see article [[IBM Verse: Integration between Verse on premises and Sametime]]
Integration between Verse on premises and Sametime, see article [[IBM Verse: Integration between Verse on premises and Sametime]]
Line 20: Line 20:
  VOP_GK_sametime_rich_client=1
  VOP_GK_sametime_rich_client=1


== VOP_LLN2_BSSUISERVER_URL ==


==== VOP_EXTENSIBILITY_DATA_PROVIDER_NAME ====
Integration between Verse and IBM Connections, see article [https://www.ibm.com/support/knowledgecenter/SS4RQV_1.0.0/admin/topics/vop_integrating_with_connections.html VOP Integrating with Connections]
 
VOP_LLN2_BSSUISERVER_URL=https://connections.company.com
 
 
== VOP_EXTENSIBILITY_DATA_PROVIDER_NAME ==


Customization and Extension Points for Verse, see article [[IBM Verse: Customize and Extend IBM Verse ]]
Customization and Extension Points for Verse, see article [[IBM Verse: Customize and Extend IBM Verse ]]
Line 31: Line 37:
  VOP_EXTENSIBILITY_DATA_PROVIDER_NAME=httpDataProvider
  VOP_EXTENSIBILITY_DATA_PROVIDER_NAME=httpDataProvider


==== VOP_Extensibility_Applications_Json_FilePath ====
== VOP_Extensibility_Applications_Json_FilePath ==


Customization and Extension Points for Verse, see article [[IBM Verse: Customize and Extend IBM Verse ]]
Customization and Extension Points for Verse, see article [[IBM Verse: Customize and Extend IBM Verse ]]
Line 38: Line 44:
  VOP_Extensibility_Applications_Json_FilePath=/domino/notesdata/applications.json
  VOP_Extensibility_Applications_Json_FilePath=/domino/notesdata/applications.json


==== VOP_EXTENSIBILITY_APPLICATIONS_JSON_URL====
== VOP_EXTENSIBILITY_APPLICATIONS_JSON_URL==


Customization and Extension Points for Verse, see article [[IBM Verse: Customize and Extend IBM Verse ]]
Customization and Extension Points for Verse, see article [[IBM Verse: Customize and Extend IBM Verse ]]
Line 44: Line 50:
Values:
Values:
  VOP_EXTENSIBILITY_APPLICATIONS_JSON_URL=https://mail.company.com/vopext/applications.json
  VOP_EXTENSIBILITY_APPLICATIONS_JSON_URL=https://mail.company.com/vopext/applications.json
== VOP_BOX_CLIENT_ID ==
Integration with Box
1) Create a new app at developer.box.com
2) Add the client ID to the notes.ini on verse server
VOP_BOX_CLIENT_ID=client_id
3) Restart Server


= Ver também / See Also =
= Ver também / See Also =

Revision as of 18:08, 25 October 2018


Variables

VOP_GK_sametime

Integration between Verse on premises and Sametime, see article IBM Verse: Integration between Verse on premises and Sametime

Value:

VOP_GK_sametime=1


VOP_GK_sametime_rich_client

Integration between Verse on premises and Sametime, see article IBM Verse: Integration between Verse on premises and Sametime

Value:

VOP_GK_sametime_rich_client=1

VOP_LLN2_BSSUISERVER_URL

Integration between Verse and IBM Connections, see article VOP Integrating with Connections

VOP_LLN2_BSSUISERVER_URL=https://connections.company.com


VOP_EXTENSIBILITY_DATA_PROVIDER_NAME

Customization and Extension Points for Verse, see article IBM Verse: Customize and Extend IBM Verse Values:

VOP_EXTENSIBILITY_DATA_PROVIDER_NAME=localFileProvider

or

VOP_EXTENSIBILITY_DATA_PROVIDER_NAME=httpDataProvider

VOP_Extensibility_Applications_Json_FilePath

Customization and Extension Points for Verse, see article IBM Verse: Customize and Extend IBM Verse

Values:

VOP_Extensibility_Applications_Json_FilePath=/domino/notesdata/applications.json

VOP_EXTENSIBILITY_APPLICATIONS_JSON_URL

Customization and Extension Points for Verse, see article IBM Verse: Customize and Extend IBM Verse

Values:

VOP_EXTENSIBILITY_APPLICATIONS_JSON_URL=https://mail.company.com/vopext/applications.json

VOP_BOX_CLIENT_ID

Integration with Box

1) Create a new app at developer.box.com 2) Add the client ID to the notes.ini on verse server

VOP_BOX_CLIENT_ID=client_id

3) Restart Server

Ver também / See Also