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