mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			260 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			260 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| OAUTH_ENABLED="false"
 | |
| BASE_URL="http://localhost:8080"
 | |
| CLIENT_ID="1234"
 | |
| ISSUER_BASE_URL="https://example.com/xyz/.well-known/openid-configuration"
 | |
| SECRET="I-Like-Trilium-Notes"
 | |
| AUTH_0_LOGOUT="false"
 | |
| 
 | |
| TOTP_ENABLED="false"
 | |
| TOTP_SECRET="Trilium-Notes-is-the-best" |