Added handle formatting for objects

And fixed RDAP URLs
This commit is contained in:
Pinga 2023-11-27 12:22:46 +02:00
parent 964cd8f370
commit 4d3ee365a1
6 changed files with 51 additions and 47 deletions

View file

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