Skip to content

Commit

Permalink
MAGETWO-56234: [DB-HA] Magento 2 frontend does not work after migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Hryhoriev committed Aug 29, 2016
1 parent b7a821d commit bcc5476
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 24 deletions.
14 changes: 6 additions & 8 deletions etc/ce-to-ce/settings.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,12 @@
<ignore>
<path>system/page_cache/debug</path>
</ignore>
<ignore>
<path>design/theme/template</path>
</ignore>
<ignore>
<path>design/theme/template_ua_regexp</path>
</ignore>
<rename>
<path>admin/security/session_cookie_lifetime</path>
<to>admin/security/session_lifetime</to>
Expand Down Expand Up @@ -1179,14 +1185,6 @@
<path>design/header/logo_src_small</path>
<to>design/header/logo_src</to>
</rename>
<rename>
<path>design/theme/template</path>
<to>design/theme/theme_id</to>
</rename>
<rename>
<path>design/theme/template_ua_regexp</path>
<to>design/theme/ua_regexp</to>
</rename>
<rename>
<path>general/store_information/merchant_country</path>
<to>general/store_information/country_id</to>
Expand Down
14 changes: 6 additions & 8 deletions etc/ce-to-ee/settings.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,12 @@
<ignore>
<path>system/page_cache/debug</path>
</ignore>
<ignore>
<path>design/theme/template</path>
</ignore>
<ignore>
<path>design/theme/template_ua_regexp</path>
</ignore>
<rename>
<path>admin/security/session_cookie_lifetime</path>
<to>admin/security/session_lifetime</to>
Expand Down Expand Up @@ -1179,14 +1185,6 @@
<path>design/header/logo_src_small</path>
<to>design/header/logo_src</to>
</rename>
<rename>
<path>design/theme/template</path>
<to>design/theme/theme_id</to>
</rename>
<rename>
<path>design/theme/template_ua_regexp</path>
<to>design/theme/ua_regexp</to>
</rename>
<rename>
<path>general/store_information/merchant_country</path>
<to>general/store_information/country_id</to>
Expand Down
14 changes: 6 additions & 8 deletions etc/ee-to-ee/settings.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,12 @@
<ignore>
<path>system/page_cache/debug</path>
</ignore>
<ignore>
<path>design/theme/template</path>
</ignore>
<ignore>
<path>design/theme/template_ua_regexp</path>
</ignore>
<rename>
<path>admin/security/session_cookie_lifetime</path>
<to>admin/security/session_lifetime</to>
Expand Down Expand Up @@ -1340,14 +1346,6 @@
<path>design/header/logo_src_small</path>
<to>design/header/logo_src</to>
</rename>
<rename>
<path>design/theme/template</path>
<to>design/theme/theme_id</to>
</rename>
<rename>
<path>design/theme/template_ua_regexp</path>
<to>design/theme/ua_regexp</to>
</rename>
<rename>
<path>enterprise_giftregistry/general/enabled</path>
<to>magento_giftregistry/general/enabled</to>
Expand Down

0 comments on commit bcc5476

Please sign in to comment.