added example config

This commit is contained in:
Alec Höfler 2022-05-03 10:32:26 +02:00
parent 5ced3cb83a
commit 613670911d
No known key found for this signature in database
GPG Key ID: BE83D6C1099F2835
1 changed files with 10 additions and 0 deletions

10
config.example.php Normal file
View File

@ -0,0 +1,10 @@
<?php
$CONFIG = array(
"database" => array(
"server" => "" ,
"dbname" => "",
"user" => "",
"password" => "",
),
);