-
Notifications
You must be signed in to change notification settings - Fork 3
/
localxml.xml
52 lines (52 loc) · 1.29 KB
/
localxml.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0"?>
<config>
<admin>
<routers>
<adminhtml>
<args>
<frontName>||admin_page_url||</frontName>
</args>
</adminhtml>
</routers>
</admin>
<global>
<cache>
<backend>memcached</backend>
<memcached>
<servers>
<server>
<host>unix:///var/run/byte-memcached/||domainname||/memcached.sock</host>
<persistent>0</persistent>
<port>0</port>
</server>
</servers>
</memcached>
</cache>
<crypt>
<key>||magento_key||</key>
</crypt>
<disable_local_modules>false</disable_local_modules>
<install>
<date>||date||</date>
</install>
<resources>
<db>
<table_prefix></table_prefix>
</db>
<default_setup>
<connection>
<active>1</active>
<dbname>||mysql_database||</dbname>
<host>||mysql_host||</host>
<initStatements>SET NAMES utf8</initStatements>
<model>mysql4</model>
<password>||mysql_password||</password>
<pdoType></pdoType>
<type>pdo_mysql</type>
<username>||mysql_username||</username>
</connection>
</default_setup>
</resources>
<session_save>files</session_save>
</global>
</config>