mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-16 17:46:59 +02:00
Improvements on the URS script
This commit is contained in:
parent
647a1ae659
commit
9b183ddf5d
4 changed files with 43 additions and 16 deletions
|
@ -22,7 +22,7 @@ return [
|
|||
'escrow_report_url' => 'https://ry-api.icann.org/report/',
|
||||
'escrow_report_username' => 'your_username',
|
||||
'escrow_report_password' => 'your_password',
|
||||
|
||||
|
||||
// Reporting Configuration
|
||||
'reporting_path' => '/opt/reporting',
|
||||
'reporting_upload' => false,
|
||||
|
@ -31,4 +31,9 @@ return [
|
|||
|
||||
// Zone Writer Configuration
|
||||
'dns_server' => 'bind',
|
||||
|
||||
// URS Configuration
|
||||
'urs_imap_host' => '{your_imap_server:993/imap/ssl}INBOX',
|
||||
'urs_imap_username' => 'your_username',
|
||||
'urs_imap_password' => 'your_password',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue