Alexey Boroda
/
bubochka
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
5b00d8c6b5ad34d771142fd0e04da08d720db6af
Authored by
Alex Savenko
2018-06-11 11:20:29 +0300
1 parent
bf807468
ignored db config
Showing
2 changed files
with
2 additions
and
9 deletions
Show diff stats
.gitignore
app/config/db.php
Inline
Side-by-side
.gitignore
Show/Hide comments
View file @
5b00d8c
@@ -28,3 +28,5 @@ phpunit.phar
@@ -28,3 +28,5 @@ phpunit.phar
28
/app/vendor/*
28
/app/vendor/*
29
/upload/*
29
/upload/*
30
/files/*
30
/files/*
31
+upload.tar.gz
32
+app/config/db.php
app/config/db.php deleted
View file @
bf80746
1
-<?php
2
-
3
-return [
4
- 'class' => 'yii\db\Connection',
5
- 'dsn' => 'mysql:host=localhost;dbname=bubochka_db',
6
- 'username' => 'bubochka_usr',
7
- 'password' => 'J6q8H6b4',
8
- 'charset' => 'utf8',
9
-];