mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
* Fixed SSL required error that has appeared recently. * Google seemingly no longer supports non secure access to GDoc API. * Default URL's fixed up. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31107 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
18 lines
577 B
Properties
Executable File
18 lines
577 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=https://docs.google.com/feeds/default/private/full
|
|
googledocs.downloadurl=https://docs.google.com/feeds/download
|
|
|
|
# System google docs authentication credentials
|
|
googledocs.username=
|
|
googledocs.password=
|
|
|
|
# Google docs spreadsheet service name
|
|
googledocs.spreadsheet.service.name=wise
|
|
googledocs.spreadsheet.downloadurl=https://spreadsheet.google.com/feeds/download |