getnamingo-registry/whois/port43/config.php.dist
2024-01-02 16:24:38 +02:00

12 lines
No EOL
250 B
Text

<?php
return [
'db_type' => 'mysql',
'db_host' => 'localhost',
'db_port' => 3306,
'db_database' => 'registry',
'db_username' => 'your_username',
'db_password' => 'your_password',
'privacy' => false,
'roid' => 'XX',
];