Make Chrly's domain configurable

This commit is contained in:
ErickSkrauch
2021-03-04 05:58:07 +01:00
parent 163bbe68a2
commit bd168808b2
5 changed files with 13 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ return [
],
'components' => [
'cache' => [
'class' => \yii\caching\FileCache::class,
'class' => yii\caching\FileCache::class,
],
'security' => [
// It's allows us to increase tests speed by decreasing password hashing algorithm complexity