env 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #--------------------------------------------------------------------
  2. # Example Environment Configuration file
  3. #
  4. # This file can be used as a starting point for your own
  5. # custom .env files, and contains most of the possible settings
  6. # available in a default install.
  7. #
  8. # By default, all of the settings are commented out. If you want
  9. # to override the setting, you must un-comment it by removing the '#'
  10. # at the beginning of the line.
  11. #--------------------------------------------------------------------
  12. #--------------------------------------------------------------------
  13. # ENVIRONMENT
  14. #--------------------------------------------------------------------
  15. # CI_ENVIRONMENT = production
  16. #--------------------------------------------------------------------
  17. # APP
  18. #--------------------------------------------------------------------
  19. # app.baseURL = ''
  20. # If you have trouble with `.`, you could also use `_`.
  21. # app_baseURL = ''
  22. # app.forceGlobalSecureRequests = false
  23. # app.CSPEnabled = false
  24. #--------------------------------------------------------------------
  25. # DATABASE
  26. #--------------------------------------------------------------------
  27. # database.default.hostname = localhost
  28. # database.default.database = ci4
  29. # database.default.username = root
  30. # database.default.password = root
  31. # database.default.DBDriver = MySQLi
  32. # database.default.DBPrefix =
  33. # database.default.port = 3306
  34. # If you use MySQLi as tests, first update the values of Config\Database::$tests.
  35. # database.tests.hostname = localhost
  36. # database.tests.database = ci4_test
  37. # database.tests.username = root
  38. # database.tests.password = root
  39. # database.tests.DBDriver = MySQLi
  40. # database.tests.DBPrefix =
  41. # database.tests.charset = utf8mb4
  42. # database.tests.DBCollat = utf8mb4_general_ci
  43. # database.tests.port = 3306
  44. #--------------------------------------------------------------------
  45. # ENCRYPTION
  46. #--------------------------------------------------------------------
  47. # encryption.key =
  48. #--------------------------------------------------------------------
  49. # SESSION
  50. #--------------------------------------------------------------------
  51. # session.driver = 'CodeIgniter\Session\Handlers\FileHandler'
  52. # session.savePath = null
  53. #--------------------------------------------------------------------
  54. # LOGGER
  55. #--------------------------------------------------------------------
  56. # logger.threshold = 4