mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-22 18:45:59 +02:00
Added handle formatting for objects
And fixed RDAP URLs
This commit is contained in:
parent
964cd8f370
commit
4d3ee365a1
6 changed files with 51 additions and 47 deletions
|
@ -6,5 +6,8 @@ return [
|
|||
'db_port' => 3306,
|
||||
'db_database' => 'your_database_name',
|
||||
'db_username' => 'your_username',
|
||||
'db_password' => 'your_password'
|
||||
'db_password' => 'your_password',
|
||||
'roid' => 'XX',
|
||||
'registry_url' => 'https://example.com/rdap-terms',
|
||||
'rdap_url' => 'https://rdap.example.com',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue