<?php return [ 'components' => [ 'request' => [ // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation 'cookieValidationKey' => 'BW7WU_S3nBJHiTBoiwEfWiQplZya5u4p', ], 'urlManagerFront' => [ 'baseUrl' => 'https://safarimaris.com/' ] ], 'aliases' => [ '@imgPath' => dirname(__DIR__).'/../frontend/web/images/', '@imgUrl' => 'https://safarimaris.com/images', ] ];