Update wrong key name
This commit is contained in:
parent
0f126886f5
commit
d1f4be124c
|
@ -92,7 +92,7 @@ class Install extends Command
|
||||||
$settings['RECAPTCHA_PRIVATE_KEY'] = $this->ask('Private site key');
|
$settings['RECAPTCHA_PRIVATE_KEY'] = $this->ask('Private site key');
|
||||||
|
|
||||||
$this->info('== IP Geolocation Settings (3/6) (refer to README.md) ==');
|
$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) ==');
|
$this->info('== Notification Settings (4/6) (Email) ==');
|
||||||
$settings['MAIL_USERNAME'] = $this->ask('SMTP Username');
|
$settings['MAIL_USERNAME'] = $this->ask('SMTP Username');
|
||||||
|
|
Loading…
Reference in New Issue