12345678910111213141516171819 |
- <?php
- //此文件为apollo配置文件模板,禁止修改移动
- return [
- 'app_secret' => '{app_secret}',
- 'jwt_secret' => '{jwt_secret}',
- 'app_service_url' => '{app_service_url}',
- 'chxq_oss_url' => '{chxq_oss_url}',
- 'order_expired_time' => '{order_expired_time}',
- 'VIRUS_URL' => '{VIRUS_URL}',
- 'VIRUS_APP_ID' => '{VIRUS_APP_ID}',
- 'VIRUS_APP_SECRET' => '{VIRUS_APP_SECRET}',
- 'share_invite_h5url' => '{share_invite_h5url}',
- 'share_invite_bean' => '{share_invite_bean}',
- 'share_post_h5url' => '{share_post_h5url}',
- 'share_post_bean' => '{share_post_bean}',
- 'find_friend_img' => '{find_friend_img}',
- 'suggest_img' => '{suggest_img}',
- ];
|