No Description

constants.php 206B

1234567891011
  1. <?php
  2. return [
  3. 'REDIS_IP'=>'r-2ze28bdb7389a8a4.redis.rds.aliyuncs.com',
  4. 'REDIS_PORT'=>'6379',
  5. 'REDIS_PASSWORD'=>'Zhuaduoduo2017',
  6. 'ESHOP_CODE' => '100|hxas', //卖家云店铺code
  7. ];