1234567891011 |
- <?php
- //此文件为apollo配置文件模板,禁止修改移动
- return [
- 'app_secret' => '{app_secret}',
- 'jwt_secret' => '{jwt_secret}',
- 'app_service_url' => '{app_service_url}',
- 'cms_subject_one_bgimg' => '{cms_subject_one_bgimg}',
- 'cms_subject_two_bgimg' => '{cms_subject_two_bgimg}',
- 'exchange_shop_is_show' => '{exchange_shop_is_show}',
- ];
|