Initial ICANN reporting script uploaded

This commit is contained in:
Pinga 2023-08-15 17:15:18 +03:00
parent b6ce7b8e08
commit 88edc27e45
2 changed files with 133 additions and 1 deletions

View file

@ -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',
];