12345678910111213141516171819202122232425262728293031 |
- <?php
- /**
- * FecShop file.
- *
- * @link http://www.fecshop.com/
- *
- * @copyright Copyright (c) 2016 FecShop Software LLC
- * @license http://www.fecshop.com/license/
- */
- return [
- 'image' => [
- 'appbase' => [
- 'appfront' => [
- 'basedir' => '@appimage/appfront',
- 'basedomain' => '//img3.que.com',
- ],
- 'apphtml5' => [
- 'basedir' => '@appimage/apphtml5',
- 'basedomain' => '//img4.que.com',
- ],
- //'appadmin' => [
- // 'basedir' => '@appimage/appadmin',
- // 'basedomain' => '//img.appadmin.fancyecommerce.com',
- //],
- 'common' => [
- 'basedir' => '@appimage/common',
- 'basedomain' => '//img.que.com',
- ],
- ],
- ],
- ];
|