config.php 239 B

1234567891011121314
  1. <?php /*
  2. * Copyright (C) 2017 All rights reserved.
  3. *
  4. * @File config.php
  5. * @Brief
  6. * @Author abelzhu, abelzhu@tencent.com
  7. * @Version 1.0
  8. * @Date 2017-12-27
  9. *
  10. */
  11. return array(
  12. 'DEBUG' => true, // 是否打印debug信息
  13. );