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