add feature word_typed_listener_allowed_only_for_empty_customerf
This commit is contained in:
parent
89fe6a37c1
commit
2d53992a42
@ -554,8 +554,7 @@ class Helper {
|
||||
|
||||
public static function isWordTypedListenerAllowedOnlyForEmptyCustomer(){
|
||||
$key = "word_typed_listener_allowed_only_for_empty_customer";
|
||||
// return Helper::getArrayValue(\Yii::$app->params ,$key,'0') === '1';
|
||||
return true;
|
||||
return Helper::getArrayValue(\Yii::$app->params ,$key,'0') === '1';
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
FITNESS_REST_ALLOW_VERIFY_ONLY=true
|
||||
DOOR_ENTRY_STRATEGY=door_pass
|
||||
FITNESS_WORD_TYPED_LISTENER_ALLOWED_ONLY_FOR_EMPTY_CUSTOMER=0
|
||||
@ -24,6 +24,7 @@ services:
|
||||
FITNESS_MAIL_PASSWORD: test
|
||||
FITNESS_REST_ALLOW_VERIFY_ONLY: "$FITNESS_REST_ALLOW_VERIFY_ONLY"
|
||||
DOOR_ENTRY_STRATEGY: "$DOOR_ENTRY_STRATEGY"
|
||||
FITNESS_WORD_TYPED_LISTENER_ALLOWED_ONLY_FOR_EMPTY_CUSTOMER: "$FITNESS_WORD_TYPED_LISTENER_ALLOWED_ONLY_FOR_EMPTY_CUSTOMER"
|
||||
|
||||
cutlerdb:
|
||||
image: mariadb:10.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user