Commit 7ea1eaf97e14b9f3c89fe596a4656b21ab9e9f46

Authored by Alexey Boroda
1 parent 1ceb3338

-Site-map files moved

common/config/main.php
@@ -40,7 +40,7 @@ @@ -40,7 +40,7 @@
40 ], 40 ],
41 'sitemapdb' => [ 41 'sitemapdb' => [
42 'class' => 'yii2tech\filedb\Connection', 42 'class' => 'yii2tech\filedb\Connection',
43 - 'path' => '@common/config', 43 + 'path' => '@common/config/filedb',
44 'primaryKeyName' => 'id', 44 'primaryKeyName' => 'id',
45 ], 45 ],
46 'seo' => [ 46 'seo' => [
environments/dev/common/config/filedb/SitemapDynamic.php 0 → 100755
  1 +<?php
  2 +
  3 + return [
  4 +
  5 + ];
0 \ No newline at end of file 6 \ No newline at end of file
environments/dev/common/config/filedb/SitemapStatic.php 0 → 100755
  1 +<?php
  2 +
  3 + return [
  4 +
  5 + ];
0 \ No newline at end of file 6 \ No newline at end of file
environments/prod/common/config/filedb/SitemapDynamic.php 0 → 100755
  1 +<?php
  2 +
  3 + return [
  4 +
  5 + ];
0 \ No newline at end of file 6 \ No newline at end of file
environments/prod/common/config/filedb/SitemapStatic.php 0 → 100755
  1 +<?php
  2 +
  3 + return [
  4 +
  5 + ];
0 \ No newline at end of file 6 \ No newline at end of file