This commit is contained in:
Pinga 2024-07-28 13:28:37 +03:00
parent 7e215b4932
commit 6211256e65
2 changed files with 2 additions and 6 deletions

View file

@ -7,8 +7,7 @@ return [
'db_database' => 'registry',
'db_username' => 'your_username',
'db_password' => 'your_password',
'epp_host' => '0.0.0.0',
'epp_host_ipv6' => '::', // Set to false if no IPv6 support
'epp_host' => '::', // Set to 0.0.0.0 if no IPv6 support
'epp_port' => 700,
'epp_pid' => '/var/run/epp.pid',
'epp_greeting' => 'Namingo EPP Server 1.0',