aboutsummaryrefslogtreecommitdiff
path: root/private
diff options
context:
space:
mode:
Diffstat (limited to 'private')
-rw-r--r--private/Model/creds.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/private/Model/creds.php b/private/Model/creds.php
index d7b62f1..056d77b 100644
--- a/private/Model/creds.php
+++ b/private/Model/creds.php
@@ -5,7 +5,6 @@ declare(strict_types=1);
$cred = new \stdClass();
$cred->host = "localhost";
$cred->port = "5432";
-$cred->dbName = "august";
-$cred->login = "smallg";
-$cred->password = "abc";
-
+$cred->dbName = "";
+$cred->login = "";
+$cred->password = "";