Start MySQL implementation: config template, PDO layer and migrations
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return [
|
||||
'db' => [
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 3306,
|
||||
'name' => 'photo_gallery',
|
||||
'user' => 'gallery_user',
|
||||
'pass' => 'change_me',
|
||||
'charset' => 'utf8mb4',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user