mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-10 16:58:34 +02:00
13 lines
No EOL
338 B
Text
13 lines
No EOL
338 B
Text
<?php
|
|
|
|
return [
|
|
'db_type' => 'mysql',
|
|
'db_host' => 'localhost',
|
|
'db_port' => 3306,
|
|
'db_database' => 'your_database_name',
|
|
'db_username' => 'your_username',
|
|
'db_password' => 'your_password',
|
|
'roid' => 'XX',
|
|
'registry_url' => 'https://example.com/rdap-terms',
|
|
'rdap_url' => 'https://rdap.example.com',
|
|
]; |