mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-26 06:04:45 +02:00
EPP configuration fix
This commit is contained in:
parent
274760f2c5
commit
b6ce7b8e08
1 changed files with 8 additions and 7 deletions
|
@ -1,11 +1,12 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'mysql_host' => 'localhost',
|
||||
'mysql_port' => 3306,
|
||||
'mysql_database' => 'your_database_name',
|
||||
'mysql_username' => 'your_username',
|
||||
'mysql_password' => 'your_password',
|
||||
'db_type' => 'mysql',
|
||||
'db_host' => 'localhost',
|
||||
'db_port' => 3306,
|
||||
'db_database' => 'your_database_name',
|
||||
'db_username' => 'your_username',
|
||||
'db_password' => 'your_password',
|
||||
'epp_host' => '0.0.0.0',
|
||||
'epp_port' => 700,
|
||||
'epp_pid' => '/var/run/epp.pid',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue