Version 1.5
This commit is contained in:
17
config.php
Normal file
17
config.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
return [
|
||||
'author' => 'OpenCode',
|
||||
'copyright' => 'Copyright 2026 TC-Ingelfingen',
|
||||
'app_version' => '1.0.0',
|
||||
'db' => [
|
||||
'host' => 'database-5020507124.webspace-host.com',
|
||||
'name' => 'dbs15701183',
|
||||
'user' => 'dbu747436',
|
||||
'pass' => 'KuTq0PHto5izfQ',
|
||||
],
|
||||
'smtp' => [
|
||||
'from_email' => 'webmaster@tc-ingelfingen.de',
|
||||
'from_name' => 'TC-Ingelfingen',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user