diff options
Diffstat (limited to 'test/servers/servers.json.tpl')
-rw-r--r-- | test/servers/servers.json.tpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/servers/servers.json.tpl b/test/servers/servers.json.tpl new file mode 100644 index 0000000..ce44f42 --- /dev/null +++ b/test/servers/servers.json.tpl @@ -0,0 +1,15 @@ +{ + "google": { + "domain": "https://calendar.google.com", + "user": "user", + "password": "pass", + "uri": "/calendar/dav/" + }, + + "yahoo": { + "domain": "https://caldav.calendar.yahoo.com", + "user": "user", + "password": "pass", + "uri": "/" + } +} |