Update wrong key name

This commit is contained in:
Miguel Nogueira 2020-07-10 05:26:40 +01:00
parent 0f126886f5
commit d1f4be124c
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Install extends Command
$settings['RECAPTCHA_PRIVATE_KEY'] = $this->ask('Private site key');
$this->info('== IP Geolocation Settings (3/6) (refer to README.md) ==');
$settings['APIGEO_API_KEY'] = $this->ask('API Key');
$settings['IPGEO_API_KEY'] = $this->ask('API Key');
$this->info('== Notification Settings (4/6) (Email) ==');
$settings['MAIL_USERNAME'] = $this->ask('SMTP Username');