getnamingo-registry/epp/config.php

15 lines
No EOL
379 B
PHP

<?php
return [
'mysql_host' => 'localhost',
'mysql_port' => 3306,
'mysql_database' => 'your_database_name',
'mysql_username' => 'your_username',
'mysql_password' => 'your_password',
'epp_host' => '0.0.0.0',
'epp_port' => 700,
'epp_pid' => '/var/run/epp.pid',
'epp_greeting' => 'Namingo EPP Server 1.0',
'ssl_cert' => '',
'ssl_key' => '',
];