File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 12
12
5. main.php
13
13
*/
14
14
'name ' => 'Feehi CMS ' ,
15
- 'version ' => '2.1.0.2 ' ,
15
+ 'version ' => '2.1.1 ' ,
16
16
'vendorPath ' => dirname (dirname (__DIR__ )) . '/vendor ' ,
17
17
'aliases ' => [
18
18
'@bower ' => '@vendor/bower-asset ' ,
19
19
'@npm ' => '@vendor/npm-asset ' ,
20
20
],
21
21
'components ' => array_merge ([
22
+ /**
23
+ * dsn:
24
+ * - mysql mysql:host=localhost;dbname=feehi
25
+ * - sqlite sqlite:/feehi.db
26
+ */
22
27
'db ' => [//database config, will be covered by backend|frontend|api]/main-[local].php
23
28
'class ' => yii \db \Connection::className (),
24
- 'dsn ' => 'mysql:host=localhost;dbname= feehi ' ,
25
- 'username ' => 'root ' ,
29
+ 'dsn ' => 'sqlite:/ feehi.db ' ,
30
+ 'username ' => '' ,
26
31
'password ' => '' ,
27
- 'charset ' => 'utf8mb4 ' ,
32
+ 'charset ' => '' ,
28
33
],
29
34
'cdn ' => [//support Qiniu(七牛) TencentCloud(腾讯云) Aliyun(阿里云) Netease(网易云) more detail for visit http://doc.feehi.com/cdn.html
30
35
'class ' => feehi \cdn \DummyTarget::className (),//不使用cdn
Original file line number Diff line number Diff line change 1
1
更新记录
2
2
3
+ 2.1.1 支持MySQL、SQLite、PostgreSQL,(理论上支持SQLServer、Oracle);优化在线安装;增加多语言语种(法语,俄罗斯语,西班牙语,德语,意大利语,日语,葡萄牙,韩语,荷兰,印度);优化默认读取用户所在区域语种
4
+
3
5
2.1.0 正式版
4
6
5
7
2.1.0-beta2 修复bug
You can’t perform that action at this time.
0 commit comments