forgot to push new config sample

master
Tezza 2015-02-26 23:13:47 +01:00
parent d252f18058
commit 18482de154
1 changed files with 7 additions and 1 deletions

View File

@ -4,5 +4,11 @@
"api_key" : "GOOGLE_API_KEY_GOES_HERE",
"calendar_id" : "GOOGLE_CALENDAR_ID_GOES_HERE"
},
"spaceAPI" : "URL_TO_SPACE_API_GOES_HERE"
"spaceAPI" : "URL_TO_SPACE_API_GOES_HERE",
"cache" : {
"calendar" : {
"json" : "cache/calendar.json",
"ical" : "cache/calendar.ical"
}
}
}