| 
									
										
										
										
											2016-03-30 02:26:13 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							| 
									
										
										
										
											2018-12-24 00:26:39 +08:00
										 |  |  |  * Default system settings. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Changes to these config files are not supported by BookStack and may break upon updates. | 
					
						
							|  |  |  |  * Configuration should be altered via the `.env` file or environment variables. | 
					
						
							|  |  |  |  * Do not edit this file unless you're happy to maintain any changes yourself. | 
					
						
							| 
									
										
										
										
											2016-03-30 02:26:13 +08:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2018-12-24 00:26:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-30 02:26:13 +08:00
										 |  |  | return [ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-24 00:26:39 +08:00
										 |  |  |     'app-name'             => 'BookStack', | 
					
						
							|  |  |  |     'app-logo'             => '', | 
					
						
							|  |  |  |     'app-name-header'      => true, | 
					
						
							|  |  |  |     'app-editor'           => 'wysiwyg', | 
					
						
							| 
									
										
										
										
											2019-08-25 23:19:56 +08:00
										 |  |  |     'app-color'            => '#206ea7', | 
					
						
							|  |  |  |     'app-color-light'      => 'rgba(32,110,167,0.15)', | 
					
						
							| 
									
										
										
										
											2019-10-18 02:46:18 +08:00
										 |  |  |     'bookshelf-color'      => '#a94747', | 
					
						
							|  |  |  |     'book-color'           => '#077b70', | 
					
						
							|  |  |  |     'chapter-color'        => '#af4d0d', | 
					
						
							|  |  |  |     'page-color'           => '#206ea7', | 
					
						
							|  |  |  |     'page-draft-color'     => '#7e50b1', | 
					
						
							| 
									
										
										
										
											2018-12-24 00:26:39 +08:00
										 |  |  |     'app-custom-head'      => false, | 
					
						
							| 
									
										
										
										
											2016-10-30 19:33:56 +08:00
										 |  |  |     'registration-enabled' => false, | 
					
						
							| 
									
										
										
										
											2016-03-30 02:26:13 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-08 07:12:05 +08:00
										 |  |  |     // User-level default settings
 | 
					
						
							|  |  |  |     'user' => [ | 
					
						
							| 
									
										
										
										
											2021-06-26 23:23:15 +08:00
										 |  |  |         'dark-mode-enabled'     => env('APP_DEFAULT_DARK_MODE', false), | 
					
						
							| 
									
										
										
										
											2021-02-08 07:12:05 +08:00
										 |  |  |         'bookshelves_view_type' => env('APP_VIEWS_BOOKSHELVES', 'grid'), | 
					
						
							| 
									
										
										
										
											2021-06-26 23:23:15 +08:00
										 |  |  |         'bookshelf_view_type'   => env('APP_VIEWS_BOOKSHELF', 'grid'), | 
					
						
							|  |  |  |         'books_view_type'       => env('APP_VIEWS_BOOKS', 'grid'), | 
					
						
							| 
									
										
										
										
											2021-02-08 07:12:05 +08:00
										 |  |  |     ], | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-09-16 01:29:51 +08:00
										 |  |  | ]; |