Url.php 624 B

123456789101112131415161718192021
  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. 'url' => [
  12. 'showScriptName'=> false, // if is show index.php in url. if set false ,you must config nginx rewrite
  13. 'randomCount' => 8, // if url key is exist in url write table , add a random string behide the url key, this param is define random String length
  14. // 子服务
  15. 'childService' => [
  16. 'rewrite' => [
  17. //'storage' => 'RewriteMongodb',
  18. ],
  19. ],
  20. ],
  21. ];