chamilo / chamilo-lms

Chamilo is a learning management system focused on ease of use and accessibility
https://chamilo.org
GNU General Public License v3.0
774 stars 469 forks source link

C2: Migration of configuration setting "google_api_key" #5451

Open NicoDucou opened 2 months ago

NicoDucou commented 2 months ago

In chamilo 1.11.x the configuration setting "google_api_key" is defined in app/config/configuration.php and in Chamilo2 this setting should be set in the .env file with the configuration : GOOGLE_MAPS_API_KEY=''

NicoDucou commented 2 months ago

May be this setting will not be transferred and should be indicated in the migration documentation so that the administrator can adapt the configuration manually