mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-15 00:56:59 +02:00
Fixed potential whois/rdap db issue and some cleanup
This commit is contained in:
parent
8966edf046
commit
76ec107f71
3 changed files with 30 additions and 29 deletions
|
@ -8,7 +8,7 @@ return [
|
|||
'db_database' => 'your_database_name',
|
||||
'db_username' => 'your_username',
|
||||
'db_password' => 'your_password',
|
||||
|
||||
|
||||
// Escrow Configuration
|
||||
'escrow_deposit_path' => '/opt/escrow',
|
||||
'escrow_deleteXML' => false,
|
||||
|
@ -22,12 +22,12 @@ return [
|
|||
'escrow_report_url' => 'https://ry-api.icann.org/report/',
|
||||
'escrow_report_username' => 'your_username',
|
||||
'escrow_report_password' => 'your_password',
|
||||
|
||||
|
||||
// Reporting Configuration
|
||||
'reporting_upload' => false,
|
||||
'reporting_username' => 'your_username',
|
||||
'reporting_password' => 'your_password',
|
||||
|
||||
'reporting_upload' => false,
|
||||
'reporting_username' => 'your_username',
|
||||
'reporting_password' => 'your_password',
|
||||
|
||||
// Zone Writer Configuration
|
||||
'dns_server' => 'bind',
|
||||
'dns_server' => 'bind',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue