improve key generation.
This commit is contained in:
@@ -45,7 +45,7 @@ return array(
|
|||||||
'host' => 'localhost',
|
'host' => 'localhost',
|
||||||
'database' => 'database',
|
'database' => 'database',
|
||||||
'username' => 'root',
|
'username' => 'root',
|
||||||
'password' => 'password',
|
'password' => '',
|
||||||
'charset' => 'utf8',
|
'charset' => 'utf8',
|
||||||
),
|
),
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ return array(
|
|||||||
'host' => 'localhost',
|
'host' => 'localhost',
|
||||||
'database' => 'database',
|
'database' => 'database',
|
||||||
'username' => 'root',
|
'username' => 'root',
|
||||||
'password' => 'password',
|
'password' => '',
|
||||||
'charset' => 'utf8',
|
'charset' => 'utf8',
|
||||||
),
|
),
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ return array(
|
|||||||
'host' => 'localhost',
|
'host' => 'localhost',
|
||||||
'database' => 'database',
|
'database' => 'database',
|
||||||
'username' => 'root',
|
'username' => 'root',
|
||||||
'password' => 'password',
|
'password' => '',
|
||||||
),
|
),
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -48,6 +48,8 @@ class Key extends Task {
|
|||||||
{
|
{
|
||||||
echo "An application key already exists!";
|
echo "An application key already exists!";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo PHP_EOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user