Add my template project
This commit is contained in:
9
config/0000.root.php
Normal file
9
config/0000.root.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$config['root'] = [
|
||||
'title' => 'Тестовый сайт',
|
||||
'description' => 'Описание сайта для embed ссылок',
|
||||
'keywords' => [
|
||||
'ключевые',
|
||||
'слова',
|
||||
],
|
||||
];
|
13
config/0001.db.php
Normal file
13
config/0001.db.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
$config['db'] = [
|
||||
'main' => [
|
||||
'driver' => 'mysql',
|
||||
'user' => 'root',
|
||||
'password' => '',
|
||||
'name' => 'user-rest-api',
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 3306,
|
||||
'charset' => 'utf8',
|
||||
'options' => [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user