Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Magento
  5. *
  6. * NOTICE OF LICENSE
  7. *
  8. * This source file is subject to the Academic Free License (AFL 3.0)
  9. * that is bundled with this package in the file LICENSE_AFL.txt.
  10. * It is also available through the world-wide-web at this URL:
  11. * http://opensource.org/licenses/afl-3.0.php
  12. * If you did not receive a copy of the license and are unable to
  13. * obtain it through the world-wide-web, please send an email
  14. * to license@magentocommerce.com so we can send you a copy immediately.
  15. *
  16. * DISCLAIMER
  17. *
  18. * Do not edit or add to this file if you wish to upgrade Magento to newer
  19. * versions in the future. If you wish to customize Magento for your
  20. * needs please refer to http://www.magentocommerce.com for more information.
  21. *
  22. * @category Mage
  23. * @package Mage_Core
  24. * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
  25. * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
  26. */
  27. -->
  28. <config>
  29. <global>
  30. <install>
  31. <date><![CDATA[Sat, 23 Mar 2013 16:10:52 +0000]]></date>
  32. </install>
  33. <crypt>
  34. <key><![CDATA[8708d36548c666382c0fb2bf9832cfd8]]></key>
  35. </crypt>
  36. <disable_local_modules>false</disable_local_modules>
  37. <resources>
  38. <db>
  39. <table_prefix><![CDATA[]]></table_prefix>
  40. </db>
  41. <default_setup>
  42. <connection>
  43. <host><![CDATA[localhost]]></host>
  44. <username><![CDATA[magento]]></username>
  45. <password><![CDATA[bks?7#ueng=_%Bdn]]></password>
  46. <dbname><![CDATA[magento]]></dbname>
  47. <initStatements><![CDATA[SET NAMES utf8]]></initStatements>
  48. <model><![CDATA[mysql4]]></model>
  49. <type><![CDATA[pdo_mysql]]></type>
  50. <pdoType><![CDATA[]]></pdoType>
  51. <active>1</active>
  52. </connection>
  53. </default_setup>
  54. </resources>
  55. <session_save><![CDATA[files]]></session_save>
  56. </global>
  57. <admin>
  58. <routers>
  59. <adminhtml>
  60. <args>
  61. <frontName><![CDATA[admin]]></frontName>
  62. </args>
  63. </adminhtml>
  64. </routers>
  65. </admin>
  66. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement