mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-11 01:08:34 +02:00
9 lines
No EOL
205 B
PHP
9 lines
No EOL
205 B
PHP
<?php
|
|
|
|
return [
|
|
'mysql_host' => 'localhost',
|
|
'mysql_port' => 3306,
|
|
'mysql_database' => 'your_database_name',
|
|
'mysql_username' => 'your_username',
|
|
'mysql_password' => 'your_password',
|
|
]; |