14 lines
279 B
PHP
14 lines
279 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'db' => [
|
|
'host' => 'database-5020507124.webspace-host.com',
|
|
'name' => 'dbs15701183',
|
|
'user' => 'dbu747436',
|
|
'pass' => 'KuTq0PHto5izfQ',
|
|
],
|
|
'hours_target' => 12,
|
|
'hourly_rate_eur' => 10,
|
|
];
|