mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- Fixed up working. but slightly incorrect download URL (was downloading as HTML instead of Word format hence the transformation was broken) - Added download root URL to configuration - Unit test to show bug fixed git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22847 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
17 lines
496 B
Properties
Executable File
17 lines
496 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
|
|
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 |