mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 16:16:59 +02:00
Installation clearing up
This commit is contained in:
parent
035fbe37dd
commit
3e65b8dcfa
6 changed files with 41 additions and 10 deletions
|
@ -4,7 +4,7 @@ return [
|
|||
'db_type' => 'mysql',
|
||||
'db_host' => 'localhost',
|
||||
'db_port' => 3306,
|
||||
'db_database' => 'your_database_name',
|
||||
'db_database' => 'registry',
|
||||
'db_username' => 'your_username',
|
||||
'db_password' => 'your_password',
|
||||
'epp_host' => '0.0.0.0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue