You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							21 lines
						
					
					
						
							670 B
						
					
					
				
			
		
		
	
	
							21 lines
						
					
					
						
							670 B
						
					
					
				| <?php | |
| return [ | |
|     'cookieValidationKey' => '', | |
|     'cookieDomain'        => '', | |
|     'staticPath'          => dirname(__DIR__, 2) . '/static', | |
|     'frontendHostInfo'    => '', | |
|     'backendHostInfo'     => '', | |
|     'staticHostInfo'      => '', | |
|     'supportEmail'        => '', | |
|     'adminEmail'          => '', | |
|     'mailChimpKey'        => '', | |
|     'mailChimpListId'     => '', | |
| ]; | |
|  | |
| /* | |
|     'cookieDomain'        => '.morework.local', | |
|     'staticPath'          => dirname(__DIR__, 2) . '/static', | |
|     'frontendHostInfo'    => 'http://morework.local', | |
|     'backendHostInfo'     => 'http://admin.morework.local', | |
|     'staticHostInfo'      => 'http://static.morework.local', | |
|  */
 | |
| 
 |