github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/pkg/ddevapp/magento/local.xml (about)

     1  <?xml version="1.0"?>
     2  <!--
     3  #ddev-generated: Automatically generated ddev local.xml
     4  Remove the line above or this whole comment if you want
     5  ddev to ignore this file and not regenerate it.
     6  -->
     7  
     8  <!--
     9  /**
    10   * Magento
    11   *
    12   * NOTICE OF LICENSE
    13   *
    14   * This source file is subject to the Academic Free License (AFL 3.0)
    15   * that is bundled with this package in the file LICENSE_AFL.txt.
    16   * It is also available through the world-wide-web at this URL:
    17   * http://opensource.org/licenses/afl-3.0.php
    18   * If you did not receive a copy of the license and are unable to
    19   * obtain it through the world-wide-web, please send an email
    20   * to license@magento.com so we can send you a copy immediately.
    21   *
    22   * DISCLAIMER
    23   *
    24   * Do not edit or add to this file if you wish to upgrade Magento to newer
    25   * versions in the future. If you wish to customize Magento for your
    26   * needs please refer to http://www.magento.com for more information.
    27   *
    28   * @category    Mage
    29   * @package     Mage_Core
    30   * @copyright   Copyright (c) 2006-2019 Magento, Inc. (http://www.magento.com)
    31   * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
    32   */
    33  -->
    34  <config>
    35      <global>
    36          <install>
    37              <date><![CDATA[Thu, 09 Jan 2020 18:37:54 +0000]]></date>
    38          </install>
    39          <crypt>
    40              <key><![CDATA[35e56e486261e071f3a5a93e49d07985]]></key>
    41          </crypt>
    42          <disable_local_modules>false</disable_local_modules>
    43          <resources>
    44              <db>
    45                  <table_prefix><![CDATA[]]></table_prefix>
    46              </db>
    47              <default_setup>
    48                  <connection>
    49                      <host><![CDATA[{{ .DBHostname }}]]></host>
    50                      <username><![CDATA[db]]></username>
    51                      <password><![CDATA[db]]></password>
    52                      <dbname><![CDATA[db]]></dbname>
    53                      <initStatements><![CDATA[SET NAMES utf8]]></initStatements>
    54                      <model><![CDATA[mysql4]]></model>
    55                      <type><![CDATA[pdo_mysql]]></type>
    56                      <pdoType><![CDATA[]]></pdoType>
    57                      <active>1</active>
    58                  </connection>
    59              </default_setup>
    60          </resources>
    61          <session_save><![CDATA[files]]></session_save>
    62      </global>
    63      <admin>
    64          <routers>
    65              <adminhtml>
    66                  <args>
    67                      <frontName><![CDATA[admin]]></frontName>
    68                  </args>
    69              </adminhtml>
    70          </routers>
    71      </admin>
    72  </config>