소스 검색

git none Image

NoteStar 5 년 전
부모
커밋
8245c1e88c
1개의 변경된 파일0개의 추가작업 그리고 31개의 파일을 삭제
  1. 0 31
      common/config/fecshop_local_services/Image.php

+ 0 - 31
common/config/fecshop_local_services/Image.php

@@ -1,31 +0,0 @@
-<?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',
-            ],
-        ],
-    ],
-];