Dateien nach "config" hochladen

This commit is contained in:
M_Viper 2024-03-10 15:22:09 +00:00
parent 5e313df2ec
commit 1afeecb166
1 changed files with 6 additions and 0 deletions

6
config/config.php Normal file
View File

@ -0,0 +1,6 @@
<?php return array (
'servername' => '127.0.0.1',
'username' => 'username',
'password' => 'password',
'database' => 'database',
);