Advertisement
Guest User

Untitled

a guest
Aug 27th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. <?php
  2. return [
  3. 'backend' => [
  4. 'frontName' => 'adming'
  5. ],
  6. 'crypt' => [
  7. 'key' => '47897dc0cf45f006aff1c3e092de2167'
  8. ],
  9. 'db' => [
  10. 'table_prefix' => '',
  11. 'connection' => [
  12. 'default' => [
  13. 'host' => 'localhost',
  14. 'dbname' => 'XX',
  15. 'username' => 'XX',
  16. 'password' => 'XX!',
  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. 'eav' => 1,
  39. 'customer_notification' => 1,
  40. 'config_integration' => 1,
  41. 'config_integration_api' => 1,
  42. 'full_page' => 1,
  43. 'translate' => 1,
  44. 'config_webservice' => 1,
  45. 'compiled_config' => 1
  46. ],
  47. 'install' => [
  48. 'date' => 'Fri, 12 Oct 2018 09:41:52 +0000'
  49. ],
  50. 'system' => [
  51. 'default' => [
  52. 'dev' => [
  53. 'debug' => [
  54. 'debug_logging' => '0'
  55. ]
  56. ]
  57. ]
  58. ]
  59. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement