mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Expand config for redis.
This commit is contained in:
		| @@ -96,7 +96,7 @@ return [ | ||||
|             'host'     => env('REDIS_HOST', '127.0.0.1'), | ||||
|             'password' => env('REDIS_PASSWORD', null), | ||||
|             'port'     => env('REDIS_PORT', 6379), | ||||
|             'database' => 0, | ||||
|             'database' => env('REDIS_DB', '0'), | ||||
|         ], | ||||
|  | ||||
|     ], | ||||
|   | ||||
| @@ -91,4 +91,7 @@ return [ | ||||
|      */ | ||||
|     'throw_exceptions' => true, | ||||
|  | ||||
|  | ||||
|     'store_in_cookie' => true, | ||||
|  | ||||
| ]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user