Skip to content

Commit 711c61d

Browse files
update
1 parent 3c3670f commit 711c61d

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

common/config/db.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
'components' => [
1010
'db' => [
1111
'class' => 'yii\db\Connection',
12-
'dsn' => 'mysql:host=localhost;dbname=app-basic_smarty',
13-
'username' => 'app-basic',
14-
'password' => 'hDZwcmEYc64vBtEB',
12+
'dsn' => 'mysql:host=localhost;dbname=app_basic_smarty',
13+
'username' => 'app',
14+
'password' => 'aPGb5ByZKPod1WWI',
1515
'charset' => 'utf8',
1616
'enableSchemaCache' => true,
1717
'schemaCacheDuration' => 3600,
File renamed without changes.
File renamed without changes.

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "skeeks/app-basic-smarty",
33
"description": "Приложение построенное на базе SkeekS CMS",
44
"keywords": ["framework", "cms", "skeeks", "sx", "app", "yii2"],
5-
"homepage": "http://cms.skeeks.com",
5+
"homepage": "https://cms.skeeks.com",
66
"type": "project",
7-
"license": "GPL-3.0+",
7+
"license": "BSD-3-Clause",
88
"support": {
99
"issues": "https://cms.skeeks.com",
1010
"docs": "https://cms.skeeks.com/docs",
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"skeeks/cms-basic": "~1.0.0",
20+
"skeeks/cms-basic": "^1.0.0",
2121
"skeeks/yii2-template-smarty-asset": "1.1.5"
2222
},
2323
"require-dev": {
@@ -73,11 +73,11 @@
7373
],
7474
"web-dev": [
7575
"$web",
76-
"?frontend/config/env/dev/main.php"
76+
"?frontend/config/main-dev.php"
7777
],
7878
"web-prod": [
7979
"$web",
80-
"?frontend/config/env/prod/main.php"
80+
"?frontend/config/main-prod.php"
8181
],
8282
"console": [
8383
"common/config/main.php",
@@ -86,11 +86,11 @@
8686
],
8787
"console-dev": [
8888
"$console",
89-
"?console/config/env/dev/main.php"
89+
"?console/config/main-dev.php"
9090
],
9191
"console-prod": [
9292
"$console",
93-
"?console/config/env/prod/main.php"
93+
"?console/config/main-prod.php"
9494
]
9595
}
9696
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)