Re add CALDAV_URL param

This commit is contained in:
Daniel Berteaud 2012-04-27 12:38:28 +02:00
parent a7cd57dbdb
commit 74519bf0b8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,4 @@
define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}');
define('CALDAV_PATH', '/SOGo/dav/%u/');
define('CALDAV_PERSONAL', 'personal');
define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u');

View File

@ -1,5 +1,5 @@
Name: smeserver-sogosync
Version: 0.1.1
Version: 0.1.2
Release: 0.beta5%{?dist}
Summary: SME Server integration for sogosync
@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Apr 27 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.2-1
- Re add CALDAV_URL param
* Thu Apr 26 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.1-1
- Update config templates