diff options
author | James Lal <james@lightsofapollo.com> | 2012-10-10 11:31:20 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-10-10 11:31:20 -0700 |
commit | 84c07224a04189d42abbcd2dbfaf541fa53a90ff (patch) | |
tree | 536e3044b77f0f6c9a927a686137ec426525cf03 /test/servers/servers.json.tpl | |
parent | ae75f140a6263b78aa096534db68f4b53805c36a (diff) | |
download | jsCalDAV-84c07224a04189d42abbcd2dbfaf541fa53a90ff.tar.gz |
server/capability tests
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": "/" + } +} |