mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +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 [
|
||||
// 数据库类型
|
||||
'type' => 'mysql',
|
||||
'type' => 'Sqlite',
|
||||
// 服务器地址
|
||||
'hostname' => '127.0.0.1',
|
||||
'hostname' => '',
|
||||
// 数据库名
|
||||
'database' => '',
|
||||
'database' => APP_PATH.'extra/sqlite.db',
|
||||
// 用户名
|
||||
'username' => 'root',
|
||||
'username' => '',
|
||||
// 密码
|
||||
'password' => '',
|
||||
// 端口
|
||||
|
Loading…
x
Reference in New Issue
Block a user