mirror of
https://github.com/tznb1/TwoNav.git
synced 2026-09-10 03:20:01 +08:00
7 lines
151 B
PHP
7 lines
151 B
PHP
<?php
|
|
//数据库配置
|
|
$db_config = array(
|
|
"type" => "sqlite", //类型
|
|
"file" => "data_1742883340783_jpYqllGmTTWyzPY3zRg1.db3" //文件
|
|
);
|
|
?>
|