You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			440 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			440 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"serverRoot": "http://localhost:8000",
 | |
| 	"port": 8000,
 | |
| 	"dbtype": "sqlite3",
 | |
| 	"dbconfig": "./octo.db",
 | |
| 	"postgres_dbconfig": "dbname=octo sslmode=disable",
 | |
| 	"test_dbconfig": "file::memory:?cache=shared",
 | |
| 	"useSSL": false,
 | |
| 	"webpath": "./webapp/pack",
 | |
| 	"filespath": "./files",
 | |
|     "telemetry": true,
 | |
|     "webhook_update": [],
 | |
|     "secret": "this-is-a-secret-string",
 | |
|     "session_expire_time": 2592000,
 | |
|     "session_refresh_time": 18000
 | |
| }
 |