SerialsEnforcingInterface/database_connection.txt

6 lines
No EOL
91 B
Text

<?php
$host = "db";
$user = "root";
$password = "rootpassword";
$db = "serial_enforcing"
?>