getnamingo-registry/automation/config.php
2023-08-03 16:56:54 +03:00

9 lines
No EOL
205 B
PHP

<?php
return [
'mysql_host' => 'localhost',
'mysql_port' => 3306,
'mysql_database' => 'your_database_name',
'mysql_username' => 'your_username',
'mysql_password' => 'your_password',
];