Image.php 842 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /**
  3. * FecShop file.
  4. *
  5. * @link http://www.fecshop.com/
  6. *
  7. * @copyright Copyright (c) 2016 FecShop Software LLC
  8. * @license http://www.fecshop.com/license/
  9. */
  10. return [
  11. 'image' => [
  12. 'appbase' => [
  13. 'appfront' => [
  14. 'basedir' => '@appimage/appfront',
  15. 'basedomain' => '//img3.que.com',
  16. ],
  17. 'apphtml5' => [
  18. 'basedir' => '@appimage/apphtml5',
  19. 'basedomain' => '//img4.que.com',
  20. ],
  21. //'appadmin' => [
  22. // 'basedir' => '@appimage/appadmin',
  23. // 'basedomain' => '//img.appadmin.fancyecommerce.com',
  24. //],
  25. 'common' => [
  26. 'basedir' => '@appimage/common',
  27. 'basedomain' => '//img.que.com',
  28. ],
  29. ],
  30. ],
  31. ];