mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-16 17:46:59 +02:00
Cleanup
This commit is contained in:
parent
b7065fcaa6
commit
6181ece4de
9 changed files with 84 additions and 84 deletions
17
epp/config.php.dist
Normal file
17
epp/config.php.dist
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'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',
|
||||
'epp_greeting' => 'Namingo EPP Server 1.0',
|
||||
'epp_prefix' => 'namingo',
|
||||
'ssl_cert' => '',
|
||||
'ssl_key' => '',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue