File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
application/common/config Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 2525 phone : string
2626 email : string
2727 url : string
28- feedbackUrl : string
2928 passwordRules :
3029 type : object
3130 properties :
4039 " phone " : " 1-234-567-8901" ,
4140 " email " : " support@example.com" ,
4241 " url " : " http://support.example.com" ,
43- " feedbackUrl " : " feedback@example.com"
4442 },
4543 " passwordRules " : {
4644 " minLength " : 10,
Original file line number Diff line number Diff line change 3434$ supportName = Env::get ('SUPPORT_NAME ' , 'support ' );
3535$ supportPhone = Env::get ('SUPPORT_PHONE ' );
3636$ supportUrl = Env::get ('SUPPORT_URL ' );
37- $ supportFeedback = Env::get ('SUPPORT_FEEDBACK ' );
3837$ accessTokenHashKey = Env::get ('ACCESS_TOKEN_HASH_KEY ' );
3938
4039$ emailerClass = Env::get ('EMAILER_CLASS ' , Emailer::class);
272271 'phone ' => $ supportPhone ,
273272 'email ' => $ supportEmail ,
274273 'url ' => $ supportUrl ,
275- 'feedbackUrl ' => $ supportFeedback ,
276274 ],
277275 'idBrokerConfig ' => $ idBrokerConfig ,
278276 ],
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ UI_CORS_ORIGIN=
5050#SUPPORT_EMAIL=
5151#SUPPORT_NAME=support
5252#SUPPORT_URL=
53- #SUPPORT_FEEDBACK=
5453
5554
5655# === ReCAPTCHA config data ===
You can’t perform that action at this time.
0 commit comments