EPP configuration fix

This commit is contained in:
Pinga 2023-08-15 13:21:09 +03:00
parent 274760f2c5
commit b6ce7b8e08

View file

@ -1,11 +1,12 @@
<?php <?php
return [ return [
'mysql_host' => 'localhost', 'db_type' => 'mysql',
'mysql_port' => 3306, 'db_host' => 'localhost',
'mysql_database' => 'your_database_name', 'db_port' => 3306,
'mysql_username' => 'your_username', 'db_database' => 'your_database_name',
'mysql_password' => 'your_password', 'db_username' => 'your_username',
'db_password' => 'your_password',
'epp_host' => '0.0.0.0', 'epp_host' => '0.0.0.0',
'epp_port' => 700, 'epp_port' => 700,
'epp_pid' => '/var/run/epp.pid', 'epp_pid' => '/var/run/epp.pid',