Alexey Boroda
/
kites
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
48a8537988b54cb7ad1a11f6344467edd9714d62
Authored by
Alexey Boroda
2018-05-25 18:07:53 +0300
1 parent
2929939c
changes from server
Showing
3 changed files
with
1 additions
and
1 deletions
Show diff stats
config/db.php
runtime/.gitignore
web/assets/.gitignore
Inline
Side-by-side
config/db.php
Wrap text
Show/Hide comments
View file @
48a8537
...
...
@@ -4,7 +4,7 @@
4
4
'class' => 'yii\db\Connection',
5
5
'dsn' => 'pgsql:host=127.0.0.1;dbname=kite',
6
6
'username' => 'kite',
7
- 'password' => '
qwerty
',
7
+ 'password' => '
WZ5rab
',
8
8
'charset' => 'utf8',
9
9
10
10
// Schema cache options (for production environment)
...
...
runtime/.gitignore
100644 → 100755
Wrap text
Show/Hide comments
View file @
48a8537
web/assets/.gitignore
100644 → 100755
Wrap text
Show/Hide comments
View file @
48a8537