mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
添加sqlite数据
This commit is contained in:
parent
8a05b813a7
commit
51a25f6508
BIN
application/extra/sqlite.db
Normal file
BIN
application/extra/sqlite.db
Normal file
Binary file not shown.
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
// 数据库类型
|
// 数据库类型
|
||||||
'type' => 'mysql',
|
'type' => 'Sqlite',
|
||||||
// 服务器地址
|
// 服务器地址
|
||||||
'hostname' => '127.0.0.1',
|
'hostname' => '',
|
||||||
// 数据库名
|
// 数据库名
|
||||||
'database' => '',
|
'database' => APP_PATH.'extra/sqlite.db',
|
||||||
// 用户名
|
// 用户名
|
||||||
'username' => 'root',
|
'username' => '',
|
||||||
// 密码
|
// 密码
|
||||||
'password' => '',
|
'password' => '',
|
||||||
// 端口
|
// 端口
|
||||||
|
Loading…
x
Reference in New Issue
Block a user