mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-23 19:10:30 +02:00
Added zone generator
This commit is contained in:
parent
7acc132f30
commit
d981b17c28
2 changed files with 85 additions and 0 deletions
9
automation/config.php
Normal file
9
automation/config.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'mysql_host' => 'localhost',
|
||||
'mysql_port' => 3306,
|
||||
'mysql_database' => 'your_database_name',
|
||||
'mysql_username' => 'your_username',
|
||||
'mysql_password' => 'your_password',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue