third commit

This commit is contained in:
sujitprasad
2015-09-30 15:36:28 +05:30
parent 0255ef2d36
commit 6d6be899ed

View File

@@ -26,7 +26,7 @@ return [
|
*/
'default' => 'mysql',
'default' => '%default%',
/*
|--------------------------------------------------------------------------
@@ -54,10 +54,10 @@ return [
'mysql' => [
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'envato',
'username' => 'root',
'password' => '',
'host' => '%host%',
'database' => '%database%',
'username' => '%username%',
'password' => '%password%',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
@@ -109,7 +109,7 @@ return [
|
*/
'install' => '1',
'install' => '%0%',
/*
|--------------------------------------------------------------------------