Modified: CalendarServer/trunk/twistedcaldav/config.py (815 => 816)
--- CalendarServer/trunk/twistedcaldav/config.py 2006-12-13 00:01:05 UTC (rev 815)
+++ CalendarServer/trunk/twistedcaldav/config.py 2006-12-13 00:02:26 UTC (rev 816)
@@ -29,7 +29,7 @@
'type': 'twistedcaldav.directory.appleopendirectory.OpenDirectoryService'
},
'DocumentRoot': '/Library/CalendarServer/Documents',
- 'DropBoxEnabled': True,
+ 'DropBoxEnabled': False,
'ErrorLogFile': '/var/log/caldavd/error.log',
'ManholePort': 0,
'MaximumAttachmentSizeBytes': 1048576,
@@ -39,8 +39,8 @@
'ResetAccountACLs': False,
'RunStandalone': True,
'SSLCertificate': '/etc/certificates/Default.crt',
- 'SSLEnable': False,
- 'SSLOnly': False,
+ 'SSLEnable': True,
+ 'SSLOnly': True,
'SSLPort': 8443,
'SSLPrivateKey': '/etc/certificates/Default.key',
'ServerLogFile': '/var/log/caldavd/server.log',