Material_Verwaltungs_Tool/config/config.php

9 lines
258 B
PHP
Raw Normal View History

2024-02-24 14:09:49 +00:00
<!-- hier muss nichts eingetragen werden Das wird Automatisch bei der Installation ausgefüllt -->
<?php
$host = 'Server IP';
$username = 'Benutzername';
$password = 'Passwort';
$database = 'Datenbank Name';
$email = 'Mailadresse';
2024-02-25 15:26:49 +00:00
$notification_days = 7;
2024-02-24 14:09:49 +00:00
?>