mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-10 16:58:34 +02:00
10 lines
No EOL
215 B
Text
10 lines
No EOL
215 B
Text
<?php
|
|
|
|
return [
|
|
'db_type' => 'mysql',
|
|
'db_host' => 'localhost',
|
|
'db_port' => 3306,
|
|
'db_database' => 'your_database_name',
|
|
'db_username' => 'your_username',
|
|
'db_password' => 'your_password'
|
|
]; |