mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			395 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			395 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <?php
 | |
| /* Make sure to use the same parameter as for your letodms installation */
 | |
| $g_config['type'] = 'mysql';
 | |
| $g_config['hostname'] = 'localhost';
 | |
| $g_config['name'] = 'letodms';
 | |
| $g_config['user'] = 'letodms';
 | |
| $g_config['passwd'] = 'letodms';
 | |
| 
 | |
| $g_config['contentDir'] = '/var/lib/letodms/content/';
 | |
| $g_config['contentOffsetDir'] = '1048576';
 | |
| 
 | |
| $g_config['logfile'] = '/tmp/letodms-webdav.log';
 | |
| ?>
 | 
