From 5b00d8c6b5ad34d771142fd0e04da08d720db6af Mon Sep 17 00:00:00 2001 From: Alex Savenko Date: Mon, 11 Jun 2018 11:20:29 +0300 Subject: [PATCH] ignored db config --- .gitignore | 2 ++ app/config/db.php | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100755 app/config/db.php diff --git a/.gitignore b/.gitignore index f3cc95f..d15d877 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ phpunit.phar /app/vendor/* /upload/* /files/* +upload.tar.gz +app/config/db.php diff --git a/app/config/db.php b/app/config/db.php deleted file mode 100755 index b461faa..0000000 --- a/app/config/db.php +++ /dev/null @@ -1,9 +0,0 @@ - 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=bubochka_db', - 'username' => 'bubochka_usr', - 'password' => 'J6q8H6b4', - 'charset' => 'utf8', -]; -- libgit2 0.21.4