diff --git a/.gitignore b/.gitignore index 569df28..e3e27a3 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,6 @@ phpunit.phar # vagrant runtime /.vagrant /artweb/ -/storage \ No newline at end of file +/storage +/common/config/mail.php +/common/config/settings.php \ No newline at end of file diff --git a/common/config/mail.php b/common/config/mail.php deleted file mode 100755 index d63115b..0000000 --- a/common/config/mail.php +++ /dev/null @@ -1,10 +0,0 @@ - [ - 'host' => 'smtp.gmail.com', - 'user' => 'artboxcore@gmail.com', - 'pass' => 'upfly2000', - 'id' => 1, - ], -]; diff --git a/common/config/settings.php b/common/config/settings.php deleted file mode 100755 index c5f6db4..0000000 --- a/common/config/settings.php +++ /dev/null @@ -1,33 +0,0 @@ - [ - 'phone' => '+38 (044) 593-73-76', - 'phone2' => '+38 (098) 468-07-64', - 'skype' => 'artwebstudio', - 'email' => 'kazimirova.artweb@gmail.com', - 'house' => '1-М', - 'street' => 'пр. М. Бажана', - 'office' => '25', - 'city' => 'Киев', - 'country' => 'Украина', - 'lat' => '50.403696', - 'lon' => '30.641481', - 'facebook' => '', - 'vk' => '', - 'ok' => '', - 'google' => '', - 'twitter' => '', - 'name' => 'Artweb', - 'logo' => '1', - 'about' => 'Строим бизнес в онлайне', - 'analytics_key' => '119240817', - 'robots' => 'User-agent: Google -Disallow: -', - 'ga_code' => '796967', - 'ya_code' => '08908908', - 'tag_manager' => '', - 'id' => 1, - ], -]; -- libgit2 0.21.4