Created
October 21, 2017 16:13
-
-
Save jonatanrdsantos/2d903f0e3e81870edae40770a2963cdc to your computer and use it in GitHub Desktop.
sample local xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!-- | |
... | |
--> | |
<config> | |
<global> | |
<install> | |
<date><![CDATA[Sun, 28 Oct 2012 13:09:07 +0000]]></date> | |
</install> | |
<crypt> | |
<key><![CDATA[1aaa1a11a11aa11aaaa111111aaaa111]]></key> | |
</crypt> | |
<disable_local_modules>false</disable_local_modules> | |
<resources> | |
<db> | |
<table_prefix><![CDATA[]]></table_prefix> | |
</db> | |
<default_setup> | |
<connection> | |
<host><![CDATA[localhost]]></host> | |
<username><![CDATA[root]]></username> | |
<password><![CDATA[]]></password> | |
<dbname><![CDATA[magento]]></dbname> | |
<initStatements><![CDATA[SET NAMES utf8]]></initStatements> | |
<model><![CDATA[mysql4]]></model> | |
<type><![CDATA[pdo_mysql]]></type> | |
<pdoType><![CDATA[]]></pdoType> | |
<active>1</active> | |
</connection> | |
</default_setup> | |
</resources> | |
<session_save><![CDATA[files]]></session_save> | |
</global> | |
<admin> | |
<routers> | |
<adminhtml> | |
<args> | |
<frontName><![CDATA[admin]]></frontName> | |
</args> | |
</adminhtml> | |
</routers> | |
</admin> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment