Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 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[Fri, 26 Apr 2013 10:06:57 +0000]]></date>
  32. </install>
  33. <crypt>
  34. <key><![CDATA[47ebdd751dd7ec3aa85a7f63151cb0fb]]></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[193.200.192.82]]></host>
  44. <username><![CDATA[scadmin_main]]></username>
  45. <password><![CDATA[PK4LLCUz]]></password>
  46. <dbname><![CDATA[scadmin_main]]></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. <persistent>0</persistent>
  53. </connection>
  54. </default_setup>
  55. </resources>
  56. <session_save><![CDATA[files]]></session_save>
  57. <cache>
  58. <backend>ewredis</backend>
  59. <ewredis>
  60. <servers><!-- any number of server nodes can be included -->
  61. <server>
  62. <host><![CDATA[193.200.192.82]]></host>
  63. <port><![CDATA[6379]]></port>
  64. <persistent><![CDATA[0]]></persistent>
  65. <timeout><![CDATA[0]]></timeout>
  66. <password><![CDATA[]]></password>
  67. <dbindex><![CDATA[1]]></dbindex>
  68. </server>
  69. </servers>
  70. <compression><![CDATA[1]]></compression>
  71. </ewredis>
  72. </cache>
  73. <full_page_cache>
  74. <backend_options>
  75. <cache_dir>full_page_cache</cache_dir>
  76. </backend_options>
  77. <slow_backend_options>
  78. <hashed_directory_level>1</hashed_directory_level>
  79. <hashed_directory_umask>0777</hashed_directory_umask>
  80. <file_name_prefix>fpc</file_name_prefix>
  81. <cache_dir><![CDATA[full_page_cache]]></cache_dir>
  82. </slow_backend_options>
  83.  
  84.  
  85. <!-- <backend>Mage_Cache_Backend_Redis</backend>
  86. <backend_options>
  87. <server>193.200.192.82</server>
  88. <port>6379</port>
  89. <persistent></persistent>
  90. <database>1</database>
  91. <password></password>
  92. <force_standalone>0</force_standalone>
  93. <connect_retries>1</connect_retries>
  94. <lifetimelimit>57600</lifetimelimit>
  95. <compress_data>0</compress_data>
  96. </backend_options> -->
  97. </full_page_cache>
  98. <!-- JS Yahoo Finance Integration-->
  99. <currency>
  100. <import>
  101. <services>
  102. <yahoofinance>
  103. <name>Yahoo Finance</name>
  104. <model>J5HUH_YahooFinance_Directory_Model_Currency_Import_Yahoofinance</model>
  105. </yahoofinance>
  106. </services>
  107. </import>
  108. </currency>
  109. <!-- EOF JS Yahoo Finance Integration-->
  110. </global>
  111. <admin>
  112. <routers>
  113. <adminhtml>
  114. <args>
  115. <frontName><![CDATA[startfitnessadmin]]></frontName>
  116. </args>
  117. </adminhtml>
  118. </routers>
  119. </admin>
  120. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement