mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-20 09:35:59 +02:00
Initial ICANN reporting script uploaded
This commit is contained in:
parent
b6ce7b8e08
commit
88edc27e45
2 changed files with 133 additions and 1 deletions
|
@ -9,7 +9,7 @@ return [
|
|||
'db_username' => 'your_username',
|
||||
'db_password' => 'your_password',
|
||||
|
||||
// Escrow Configuration
|
||||
// Escrow Configuration
|
||||
'escrow_deposit_path' => '/opt/escrow',
|
||||
'escrow_deleteXML' => false,
|
||||
'escrow_RDEupload' => false,
|
||||
|
@ -22,4 +22,9 @@ 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',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue