Commit 48a8537988b54cb7ad1a11f6344467edd9714d62
1 parent
2929939c
changes from server
Showing
3 changed files
with
1 additions
and
1 deletions
Show diff stats
config/db.php
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | 'class' => 'yii\db\Connection', | 4 | 'class' => 'yii\db\Connection', |
5 | 'dsn' => 'pgsql:host=127.0.0.1;dbname=kite', | 5 | 'dsn' => 'pgsql:host=127.0.0.1;dbname=kite', |
6 | 'username' => 'kite', | 6 | 'username' => 'kite', |
7 | - 'password' => 'qwerty', | 7 | + 'password' => 'WZ5rab', |
8 | 'charset' => 'utf8', | 8 | 'charset' => 'utf8', |
9 | 9 | ||
10 | // Schema cache options (for production environment) | 10 | // Schema cache options (for production environment) |