Version 1.5

This commit is contained in:
Erik Thiele
2026-05-22 15:14:13 +02:00
parent 9afc6c39a6
commit 820753f089
16 changed files with 6151 additions and 0 deletions

13
config.php.old Normal file
View File

@@ -0,0 +1,13 @@
<?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,
];