You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	Adding config for session expire and refresh
This commit is contained in:
		| @@ -10,5 +10,7 @@ | ||||
| 	"filespath": "./files", | ||||
|     "telemetry": true, | ||||
|     "webhook_update": [], | ||||
|     "secret": "this-is-a-secret-string" | ||||
|     "secret": "this-is-a-secret-string", | ||||
|     "session_expire_time": 2592000, | ||||
|     "session_refresh_time": 18000 | ||||
| } | ||||
|   | ||||
| @@ -51,7 +51,7 @@ class OctoClient { | ||||
|         return false | ||||
|     } | ||||
|  | ||||
|     headers() { | ||||
|     private headers() { | ||||
|         return { | ||||
|             Accept: 'application/json', | ||||
|             'Content-Type': 'application/json', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user