mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			286 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			286 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [Network]
 | |
| port=80
 | |
| # true for TLS/SSL/HTTPS (secure), false for HTTP (unsecure).
 | |
| https=false
 | |
| # path to certificate (run "bash generate-cert.sh" to generate self-signed certificate). Relevant only if https=true
 | |
| certPath=
 | |
| keyPath=
 | |
| 
 | |
| [Sync]
 | |
| syncServerHost=
 | |
| syncServerTimeout=10000
 | |
| syncProxy= |