customer.tpl 206 B

12345678
  1. <?php
  2. //此文件为apollo配置文件模板,禁止修改移动
  3. return [
  4. 'jwt_secret' => '{jwt_secret}',
  5. 'manage_service_url' => '{manage_service_url}',
  6. 'chxq_oss_url' => '{chxq_oss_url}',
  7. ];