Part on Enviroments finished
This commit is contained in:
parent
57abb48e63
commit
8c7ac2df36
3 changed files with 17 additions and 7 deletions
10
config.php
Normal file
10
config.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'database' => [
|
||||
'host' => 'localhost',
|
||||
'port' => 3306,
|
||||
'dbname' => 'myapp',
|
||||
'charset' => 'utf8mb4'
|
||||
]
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue