mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 08:07:00 +02:00
Cleanup
This commit is contained in:
parent
b7065fcaa6
commit
6181ece4de
9 changed files with 84 additions and 84 deletions
33
automation/config.php.dist
Normal file
33
automation/config.php.dist
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
// Database Configuration
|
||||
'db_type' => 'mysql',
|
||||
'db_host' => 'localhost',
|
||||
'db_port' => 3306,
|
||||
'db_database' => 'your_database_name',
|
||||
'db_username' => 'your_username',
|
||||
'db_password' => 'your_password',
|
||||
|
||||
// Escrow Configuration
|
||||
'escrow_deposit_path' => '/opt/escrow',
|
||||
'escrow_deleteXML' => false,
|
||||
'escrow_RDEupload' => false,
|
||||
'escrow_keyPath' => '/opt/escrow/escrowKey.asc',
|
||||
'escrow_privateKey' => '/opt/escrow/privatekey.asc',
|
||||
'escrow_sftp_host' => 'your.sftp.server.com',
|
||||
'escrow_sftp_username' => 'your_username',
|
||||
'escrow_sftp_password' => 'your_password',
|
||||
'escrow_sftp_remotepath' => '/path/on/sftp/server/',
|
||||
'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',
|
||||
|
||||
// Zone Writer Configuration
|
||||
'dns_server' => 'bind',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue