aboutsummaryrefslogtreecommitdiff
path: root/private/Model/creds.php
blob: 056d77ba754aa9a263cc5753eed5d34b086da57b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

declare(strict_types=1);

$cred = new \stdClass();
$cred->host = "localhost";
$cred->port = "5432";
$cred->dbName = "";
$cred->login = "";
$cred->password = "";