getnamingo-registry/rdap/config.php.dist
2024-07-24 11:20:33 +03:00

17 lines
No EOL
421 B
Text

<?php
return [
'db_type' => 'mysql',
'db_host' => 'localhost',
'db_port' => 3306,
'db_database' => 'registry',
'db_username' => 'your_username',
'db_password' => 'your_password',
'roid' => 'XX',
'minimum_data' => false,
'registry_url' => 'https://example.com/rdap-terms',
'rdap_url' => 'https://rdap.example.com',
'rately' => false,
'limit' => 1000,
'period' => 60,
];