Skip to content

Commit bf1736f

Browse files
committed
typo
1 parent 29fa480 commit bf1736f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/faq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#FAQ
22
## 1. Where is Gii?
33
Gii is available on:
4-
- http://yii2-starter-kit.dev/gii
5-
- http://backend.yii2-starter-kit.dev/gii
4+
- http://localhost.dev/gii
5+
- http://backend.localhost.dev/gii
66

77
## 2. How do i enable email activation?
88
Edit ``frontend/config/web.php`` and set [[frontend\modules\user\Module::shouldBeActivated]] property to ``true``

docs/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docker-compose up -d
77
```
88
2. Create `tests` database:
99
```
10-
docker-compose exec db mysql -uroot -proot -e "CREATE DATABASE \`yii2-starter-kit-test\`"
10+
docker-compose exec db mysql -uroot -proot -e "CREATE DATABASE \`db-test\`"
1111
```
1212

1313
3. Adjust `.env` file to set `TEST_DB_DSN`, `TEST_DB_USER` and `TEST_DB_PASSWORD` params

0 commit comments

Comments
 (0)