mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-21 18:16:03 +02:00
Fixed #131
This commit is contained in:
parent
7e215b4932
commit
6211256e65
2 changed files with 2 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue