You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	Set consistent spacing in the config file for the docker compose
This commit is contained in:
		| @@ -1,12 +1,12 @@ | ||||
| { | ||||
| 	"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": "./files", | ||||
|     "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": "./files", | ||||
|     "telemetry": true, | ||||
|     "session_expire_time": 2592000, | ||||
|     "session_refresh_time": 18000, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user