/usr/share/syncevolution/templates/servers/Oracle.ini is in syncevolution-common 1.5.3-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | === template.ini ===
fingerprint = Oracle
description = http://www.oracle.com/technology/products/beehive/index.html
=== config.ini ===
syncURL = https://your.company/mobilesync/server
WebURL = http://www.oracle.com/technology/products/beehive/index.html
PeerName = Oracle
IconURI = image://themedimage/icons/services/oracle
=== sources/addressbook/config.ini ===
sync = two-way
uri = ./contacts
backend = addressbook
=== sources/calendar/config.ini ===
sync = two-way
uri = ./calendar/events
backend = calendar
=== sources/todo/config.ini ===
sync = two-way
uri = ./calendar/tasks
backend = todo
=== sources/memo/config.ini ===
sync = two-way
uri = ./notes
backend = memo
|