Database crentials were incorrect.
Also wrapped database logic inside the correct try catch block to prevent further mishaps and information leakages. Fixes #6.
This commit is contained in:
@@ -16,11 +16,11 @@ return [
|
||||
[
|
||||
"database" =>
|
||||
[
|
||||
"username" => "",
|
||||
"password" => "password",
|
||||
"hostname" => "hostname",
|
||||
"port" => "port",
|
||||
"dbname" => "db"
|
||||
"username" => "spacejewel",
|
||||
"password" => "zwNUECRSy1DVZneq",
|
||||
"hostname" => "spacejewel.ga",
|
||||
"port" => "3306",
|
||||
"dbname" => "billing"
|
||||
],
|
||||
"virtualmin" =>
|
||||
[
|
||||
|
Reference in New Issue
Block a user