Added zone generator

This commit is contained in:
Pinga 2023-08-03 16:56:54 +03:00
parent 7acc132f30
commit d981b17c28
2 changed files with 85 additions and 0 deletions

9
automation/config.php Normal file
View 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',
];