You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			456 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			456 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "serverRoot": "http://localhost:8000",
 | |
|   "port": 8000,
 | |
|   "dbtype": "sqlite3",
 | |
|   "dbconfig": "./data/focalboard.db",
 | |
|   "postgres_dbconfig": "dbname=focalboard sslmode=disable",
 | |
|   "useSSL": false,
 | |
|   "webpath": "./pack",
 | |
|   "filespath": "./data/files",
 | |
|   "telemetry": true,
 | |
|   "session_expire_time": 2592000,
 | |
|   "session_refresh_time": 18000,
 | |
|   "localOnly": false,
 | |
|   "enableLocalMode": true,
 | |
|   "localModeSocketLocation": "/var/tmp/focalboard_local.socket"
 | |
| }
 |