mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Google Doc Integration - The following configuration must be added to your alfresco-global.properties in order to enable the googleeditable repository behaviour: googledocs.username=myuser@bob.com googledocs.password=pwd123pwd googledocs.googleeditable.enabled=true Google Docs Share Integration - Enabled via share-config (see share-config-custom.xml.sample for details) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20018 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
16 lines
433 B
Properties
Executable File
16 lines
433 B
Properties
Executable File
|
|
# Enables google editable functionality
|
|
googledocs.googleeditable.enabled=false
|
|
|
|
# Google docs application name
|
|
googledocs.application.name=Alfresco ECM system
|
|
|
|
# Google docs URL
|
|
googledocs.url=http://docs.google.com/feeds/default/private/full
|
|
|
|
# System google docs authentication credentials
|
|
#googledocs.username=
|
|
#googledocs.password=
|
|
|
|
# Google docs spreadsheet service name
|
|
googledocs.spreadsheet.service.name=wise |