mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-31 19:00:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			403 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			403 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /***********************************************
 | |
| * File      :   config.php
 | |
| * Project   :   Z-Push
 | |
| * Descr     :   CalDAV backend configuration file
 | |
| ************************************************/
 | |
| 
 | |
| define('CALDAV_SERVER', 'https://localhost');
 | |
| define('CALDAV_PORT', '443');
 | |
| define('CALDAV_PATH', '/caldav/calendars/%u/');
 | |
| define('CALDAV_PERSONAL', '');
 | |
| define('CALDAV_SUPPORTS_SYNC', true);
 | |
| 
 | |
| ?>
 |