aboutsummaryrefslogtreecommitdiff
path: root/private
diff options
context:
space:
mode:
Diffstat (limited to 'private')
-rw-r--r--private/model/creds.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/private/model/creds.php b/private/model/creds.php
deleted file mode 100644
index 8bca994..0000000
--- a/private/model/creds.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-declare(strict_types=1);
-
-$cred = new \stdClass();
-$cred->host = "localhost";
-$cred->port = "5432";
-$cred->dbName = "";
-$cred->login = "";
-$cred->password = "";
-