app.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | ThinkAdmin
  4. // +----------------------------------------------------------------------
  5. // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
  6. // +----------------------------------------------------------------------
  7. // | 官方网站: http://demo.thinkadmin.top
  8. // +----------------------------------------------------------------------
  9. // | 开源协议 ( https://mit-license.org )
  10. // +----------------------------------------------------------------------
  11. // | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
  12. // | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
  13. // +----------------------------------------------------------------------
  14. return [
  15. // 应用调试模式
  16. 'app_debug' => true,
  17. // 应用Trace调试
  18. 'app_trace' => false,
  19. // 0按名称成对解析 1按顺序解析
  20. 'url_param_type' => 1,
  21. // 当前 ThinkAdmin 版本号
  22. 'thinkadmin_ver' => 'v5',
  23. 'jwt' => 'dingding',
  24. 'jwt_time' => 25920000,
  25. // 钉钉企业内部应用
  26. 'dingtalk' => [
  27. // 'agentId'=>'2796673629',
  28. // 'corpId'=> 'dingf1b2e9ddf9d214e224f2f5cc6abecb85',
  29. // 'appKey' => 'dingilnkljzq3a4chjrw',
  30. // "appSecret" => "Dt-nHAw4G-dniS7P9VmbnQRIKHQfGIQNIVHVNVHOZMtLPcsIv4KJYk_AjBCRsaH4",
  31. 'agentId'=>'2062807790',// 正式
  32. 'corpId'=> 'dingdef1d60a96033526a1320dcb25e91351',
  33. 'appKey' => 'dingekepwoyycxfbtyvg',
  34. "appSecret" => "EjM9WohvKHo3eNqZGGbQHhbjM80QzapdC_f_reYiOCyEFOtaG1qoG2KzEfpSoLWe"
  35. ],
  36. ];