Skip to content

Commit 73c73db

Browse files
committed
Setting the database file to default
1 parent e35762d commit 73c73db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/config/database.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
'mysql' => array(
5656
'driver' => 'mysql',
5757
'host' => '173.193.69.178',
58-
'database' => 'stygian_stories',
59-
'username' => 'stygian_stories',
60-
'password' => 'bT].{@A8q3CT',
58+
'database' => 'DATABASE',
59+
'username' => 'USERNAME',
60+
'password' => 'PASSWORD',
6161
'charset' => 'utf8',
6262
'collation' => 'utf8_unicode_ci',
6363
'prefix' => '',

0 commit comments

Comments
 (0)