Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. <?php
  2. return [
  3. 'backend' => [
  4. 'frontName' => 'REDACTED'
  5. ],
  6. 'crypt' => [
  7. 'key' => 'REDACTED'
  8. ],
  9. 'db' => [
  10. 'table_prefix' => '',
  11. 'connection' => [
  12. 'default' => [
  13. 'host' => 'localhost',
  14. 'dbname' => 'REDACTED',
  15. 'username' => 'REDACTED',
  16. 'password' => 'REDACTED',
  17. 'active' => '1'
  18. ]
  19. ]
  20. ],
  21. 'resource' => [
  22. 'default_setup' => [
  23. 'connection' => 'default'
  24. ]
  25. ],
  26. 'x-frame-options' => 'SAMEORIGIN',
  27. 'MAGE_MODE' => 'production',
  28. 'session' => [
  29. 'save' => 'files'
  30. ],
  31. 'cache_types' => [
  32. 'config' => 1,
  33. 'layout' => 1,
  34. 'block_html' => 1,
  35. 'collections' => 1,
  36. 'reflection' => 1,
  37. 'db_ddl' => 1,
  38. 'compiled_config' => 1,
  39. 'eav' => 1,
  40. 'customer_notification' => 1,
  41. 'config_integration' => 1,
  42. 'config_integration_api' => 1,
  43. 'full_page' => 1,
  44. 'config_webservice' => 1,
  45. 'translate' => 1,
  46. 'vertex' => 1
  47. ],
  48. 'install' => [
  49. 'date' => 'Sun, 09 Dec 2018 00:17:50 +0000'
  50. ],
  51. 'system' => [
  52. 'default' => [
  53. 'dev' => [
  54. 'debug' => [
  55. 'debug_logging' => '0'
  56. ]
  57. ]
  58. ]
  59. ]
  60. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement