| 
									
										
										
										
											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', | 
					
						
							|  |  |  |     'app-color'            => '#0288D1', | 
					
						
							|  |  |  |     'app-color-light'      => 'rgba(21, 101, 192, 0.15)', | 
					
						
							|  |  |  |     'app-custom-head'      => false, | 
					
						
							| 
									
										
										
										
											2016-10-30 19:33:56 +08:00
										 |  |  |     'registration-enabled' => false, | 
					
						
							| 
									
										
										
										
											2016-03-30 02:26:13 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | ]; |