Disable FORCE_SSL_LOGIN automatically on site install

Hey all

When I download a site from WPEngine and install this into Local, I manually need to edit wp-config.php to disable SSL on login, from:

define( 'FORCE_SSL_LOGIN', true );

to:

define( 'FORCE_SSL_LOGIN', false );

It would be a nice to have if there was a setting within LocalWP to do this automatically.

It’s not a big change, but occasionally I forget to do it so it’d be nice to have LocalWP do this for me.

Thanks!