From 48a8537988b54cb7ad1a11f6344467edd9714d62 Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 25 May 2018 18:07:53 +0300 Subject: [PATCH] changes from server --- config/db.php | 2 +- runtime/.gitignore | 0 web/assets/.gitignore | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 runtime/.gitignore mode change 100644 => 100755 web/assets/.gitignore diff --git a/config/db.php b/config/db.php index 96f848b..6a15413 100644 --- a/config/db.php +++ b/config/db.php @@ -4,7 +4,7 @@ 'class' => 'yii\db\Connection', 'dsn' => 'pgsql:host=127.0.0.1;dbname=kite', 'username' => 'kite', - 'password' => 'qwerty', + 'password' => 'WZ5rab', 'charset' => 'utf8', // Schema cache options (for production environment) diff --git a/runtime/.gitignore b/runtime/.gitignore old mode 100644 new mode 100755 index c96a04f..c96a04f --- a/runtime/.gitignore +++ b/runtime/.gitignore diff --git a/web/assets/.gitignore b/web/assets/.gitignore old mode 100644 new mode 100755 index d6b7ef3..d6b7ef3 --- a/web/assets/.gitignore +++ b/web/assets/.gitignore -- libgit2 0.21.4