Skip to content

Commit c60cbcd

Browse files
committed
Add missing configuration value "translate_app_google_key" #1956
1 parent ff35e68 commit c60cbcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main/install/configuration.dist.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,9 @@
698698
// Send score in percentage in the exam result notification
699699
//$_configuration['send_notification_score_in_percentage'] = false;
700700

701+
// Google translate key
702+
//$_configuration['translate_app_google_key'] = '';
703+
701704
// ------ Custom DB changes
702705
// Add user activation by confirmation email
703706
// This option prevents the new user to login in the platform if your account is not confirmed via email

0 commit comments

Comments
 (0)