mirror of
https://github.com/serialexperiments0815/SerialsEnforcingInterface.git
synced 2026-07-12 15:32:29 +00:00
6 lines
No EOL
91 B
Text
6 lines
No EOL
91 B
Text
<?php
|
|
$host = "db";
|
|
$user = "root";
|
|
$password = "rootpassword";
|
|
$db = "serial_enforcing"
|
|
?> |